diff --git a/packages/angular/src/ionic-core.ts b/packages/angular/src/ionic-core.ts deleted file mode 100644 index efe90c9880..0000000000 --- a/packages/angular/src/ionic-core.ts +++ /dev/null @@ -1,21 +0,0 @@ -// Re-exports from ionic/core - -// UTILS -export { IonicSafeString, getPlatforms, isPlatform, createAnimation } from '@ionic/core'; - -// CORE TYPES -export { - Animation, - AnimationBuilder, - AnimationCallbackOptions, - AnimationDirection, - AnimationFill, - AnimationKeyFrames, - AnimationLifecycle, - Gesture, - GestureConfig, - GestureDetail, - mdTransitionAnimation, - iosTransitionAnimation, - NavComponentWithProps, -} from '@ionic/core';