Skip to content

Commit

Permalink
fix(angular): export Animation and Gesture related types (#20766)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Mar 25, 2020
1 parent ab146c9 commit 2ece194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions angular/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ export { IonicRouteStrategy } from './util/ionic-router-reuse-strategy';

// PACKAGE MODULE
export { IonicModule } from './ionic-module';

// CORE TYPES
export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail } from '@ionic/core';

0 comments on commit 2ece194

Please sign in to comment.