Skip to content

Commit

Permalink
fix: remove BrowserAnimationsModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Klesse committed Jul 8, 2024
1 parent c84f338 commit 6bb9396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const toastAnimation = trigger('toastAnimation', [
styleUrls: ['./toast.component.scss'],
animations: [toastAnimation],
standalone: true,
imports: [NgClass, BrowserAnimationsModule],
imports: [NgClass],
})
export class ToastComponent implements OnInit, OnDestroy {
toasts: Toast[] = [];
Expand Down

0 comments on commit 6bb9396

Please sign in to comment.