fix(core): export animation classes required for Renderer impl (#14002)
Closes #14001
This commit is contained in:

committed by
Alex Rickabaugh

parent
48528a86e1
commit
fd4f9acbcf
@ -35,4 +35,6 @@ export * from './core_private_export';
|
||||
export * from './animation/metadata';
|
||||
export {AnimationTransitionEvent} from './animation/animation_transition_event';
|
||||
export {AnimationPlayer} from './animation/animation_player';
|
||||
export {AnimationStyles} from './animation/animation_styles';
|
||||
export {AnimationKeyframe} from './animation/animation_keyframe';
|
||||
export {Sanitizer, SecurityContext} from './security';
|
||||
|
Reference in New Issue
Block a user