File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/core/src/metadata Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ export type CompilerOptions = {
266
266
267
267
// @public
268
268
export interface Component extends Directive {
269
+ // @deprecated
269
270
animations? : any [];
270
271
changeDetection? : ChangeDetectionStrategy ;
271
272
encapsulation? : ViewEncapsulation ;
Original file line number Diff line number Diff line change @@ -604,6 +604,7 @@ export interface Component extends Directive {
604
604
* [`state()`](api/animations/state) and `transition()` definitions.
605
605
* See the [Animations guide](guide/animations) and animations API documentation.
606
606
*
607
+ * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
607
608
*/
608
609
animations ?: any [ ] ;
609
610
You can’t perform that action at this time.
0 commit comments