The codebase has already been migrated from @angular/animations to native CSS animations, but the @angular/animations package is still listed as a dependency.
Since Angular deprecated @angular/animations in v20.2 with the intent to remove it in v23, it would be good to remove the package if it is no longer required. This avoids requiring consumers to install a deprecated package and reduces unnecessary dependencies.
The codebase has already been migrated from @angular/animations to native CSS animations, but the @angular/animations package is still listed as a dependency.
Since Angular deprecated @angular/animations in v20.2 with the intent to remove it in v23, it would be good to remove the package if it is no longer required. This avoids requiring consumers to install a deprecated package and reduces unnecessary dependencies.