You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT: The Angular team recommends using native CSS for animations instead of the Animations package for all new code. Use this guide to understand existing code built with the Animations Package. See Migrating away from Angular's Animations package to learn how you can start using pure CSS animations in your apps.
The text was updated successfully, but these errors were encountered:
While running
ng add @testing-library/angular
I got following error:When installing
@angular/animations
everything works fine. Shouldn't be@angular/animations
an optional dependency?Also see quote from https://angular.dev/guide/animations:
The text was updated successfully, but these errors were encountered: