diff --git a/angular/src/index.ts b/angular/src/index.ts index 47bb6ad813..bc2495e7f9 100644 --- a/angular/src/index.ts +++ b/angular/src/index.ts @@ -43,7 +43,7 @@ export * from './types/ionic-lifecycle-hooks'; export { IonicModule } from './ionic-module'; // UTILS -export { IonicSafeString, getPlatforms, isPlatform } from '@ionic/core'; +export { IonicSafeString, getPlatforms, isPlatform, createAnimation } from '@ionic/core'; // CORE TYPES export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, mdTransitionAnimation, iosTransitionAnimation } from '@ionic/core';