build: update deprecation message for @angular/animations to include documentation link

Add link to the `@angular/animations` deprecation warning.

(cherry picked from commit 030916caa6)
This commit is contained in:
Alan Agius
2026-06-11 14:03:05 +00:00
committed by Jessica Janiuk
parent cbcf31bfa9
commit 12b29e377d
+1 -1
View File
@@ -12,7 +12,7 @@ export const release = {
deprecated: {
version: '>=20.2.0-next.3',
message:
'@angular/animations is deprecated. Use `animate.enter` and `animate.leave` instead.',
'@angular/animations is deprecated. Use `animate.enter` and `animate.leave` instead. For more information see: https://v22.angular.dev/guide/animations.',
},
},
{name: '@angular/common'},