Migrating from v19 to v20

File name changes, animations

2025-05-29

Written by: tdtc

File name

v19v20
app.module.tsapp-module.ts
app.component.tsapp.ts
app.component.htmlapp.html
app.component.cssapp.css

animations

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.