File name changes, animations
2025-05-29
Written by: tdtc
v19 | v20 |
---|---|
app.module.ts | app-module.ts |
app.component.ts | app.ts |
app.component.html | app.html |
app.component.css | app.css |
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 animation has been removed in v20.0/v19.2.