refactor(core): enable new animations dsl

Also deletes old tests that are not needed any
more with the new view engine.
This commit is contained in:
Tobias Bosch
2017-02-21 09:48:09 -08:00
committed by Igor Minar
parent ccb636c2e9
commit 4b54c0e23f
12 changed files with 73 additions and 3837 deletions

View File

@ -38,8 +38,14 @@ export {AnimationKeyframe} from './animation/animation_keyframe';
export {Sanitizer, SecurityContext} from './security';
export * from './codegen_private_exports';
// TODO (matsko|tbosch): comment-out the two lines below, and enable the 3rd line when the view
// engine goes live!
export {AnimationTransitionEvent} from './animation/animation_transition_event';
export * from './animation/metadata';
// export * from './animation_next/animation_metadata_wrapped';
export * from './animation_next/animation_metadata_wrapped';
// For backwards compatibility.
/**
* @deprecated
*/
export type AnimationEntryMetadata = any;
/**
* @deprecated
*/
export type AnimationStateTransitionMetadata = any;