fix(angular): expose createAnimation in addition to AnimationController (#21616)

closes #21615
This commit is contained in:
Chris
2020-06-23 16:23:22 -04:00
committed by GitHub
parent fbcd3f8c08
commit a5b3750ee2

View File

@ -43,7 +43,7 @@ export * from './types/ionic-lifecycle-hooks';
export { IonicModule } from './ionic-module'; export { IonicModule } from './ionic-module';
// UTILS // UTILS
export { IonicSafeString, getPlatforms, isPlatform } from '@ionic/core'; export { IonicSafeString, getPlatforms, isPlatform, createAnimation } from '@ionic/core';
// CORE TYPES // CORE TYPES
export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, mdTransitionAnimation, iosTransitionAnimation } from '@ionic/core'; export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, mdTransitionAnimation, iosTransitionAnimation } from '@ionic/core';