Revert "style(animations): fix short param names (#23668)"
This reverts commit e3518967ad
.
This PR accidentaly introduces a breaking change:
https://github.com/angular/angular/pull/23668#discussion_r186265055
This commit is contained in:
@ -115,7 +115,7 @@ export interface AnimationPlayer {
|
||||
play(): void;
|
||||
reset(): void;
|
||||
restart(): void;
|
||||
setPosition(position: number): void;
|
||||
setPosition(p: any): void;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
@ -216,7 +216,7 @@ export declare class NoopAnimationPlayer implements AnimationPlayer {
|
||||
play(): void;
|
||||
reset(): void;
|
||||
restart(): void;
|
||||
setPosition(position: number): void;
|
||||
setPosition(p: number): void;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
|
Reference in New Issue
Block a user