In Angular v20, @angular/animations package is now deprecated in favor of pure CSS. I wonder since i cannot find any information about that anywhere, is there plans to remove that deprecated package?
1 Answer
Angular Material doesn't rely on @angular/animations since 19.2.
2 Comments
amaredeum
I'm probably misunderstanding something but if it is not necessary why is it still present in package.json in v20.x as a dependency?
Matthieu Riegler
It's not present anymore in a project scafolded by
ng new .