mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Jessica Janiuk
parent
cbcf31bfa9
commit
12b29e377d
+1
-1
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user