problem with BrowserAnimationsModule in angular v17 #1440
-
when I import the BrowserAnimationsModule or the BrowserModule in the main module or in any other module obs: the BrowserModule is not imported into any other part of the application |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Unrelated with PrimeNG, remove if you have browser animation module imported. You don't need to import it from the top-level module anymore, it's now defined in your projects app.config.ts file. Just create a blank angular example in stackblitz and follow the structure. You can also visit: https://angular.dev/ |
Beta Was this translation helpful? Give feedback.
-
I fixed by adding this on app.config.ts:
Please update the get started! I lost too much time on this |
Beta Was this translation helpful? Give feedback.
Unrelated with PrimeNG, remove if you have browser animation module imported. You don't need to import it from the top-level module anymore, it's now defined in your projects app.config.ts file. Just create a blank angular example in stackblitz and follow the structure. You can also visit: https://angular.dev/