fix(animations): generate aot code for animation trigger output events (#12291)
Closes #11707 Closes #12291
This commit is contained in:

committed by
Alex Rickabaugh

parent
8409b65153
commit
6e5f8b59b3
4
tools/public_api_guard/core/index.d.ts
vendored
4
tools/public_api_guard/core/index.d.ts
vendored
@ -109,12 +109,14 @@ export declare class AnimationStyleMetadata extends AnimationMetadata {
|
||||
/** @experimental */
|
||||
export declare class AnimationTransitionEvent {
|
||||
fromState: string;
|
||||
phaseName: string;
|
||||
toState: string;
|
||||
totalTime: number;
|
||||
constructor({fromState, toState, totalTime}: {
|
||||
constructor({fromState, toState, totalTime, phaseName}: {
|
||||
fromState: string;
|
||||
toState: string;
|
||||
totalTime: number;
|
||||
phaseName: string;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user