feat(angular): expose Ionic Gestures via GestureController (#19864)

* expose gestures thru angular

* run linter
This commit is contained in:
Liam DeBeasi
2019-11-08 10:35:52 -05:00
committed by GitHub
parent fce3e24600
commit 48a766246d
3 changed files with 16 additions and 1 deletions

View File

@ -31,6 +31,7 @@ export { NavController } from './providers/nav-controller';
export { DomController } from './providers/dom-controller';
export { Config } from './providers/config';
export { AnimationController } from './providers/animation-controller';
export { GestureController } from './providers/gesture-controller';
// ROUTER STRATEGY
export { IonicRouteStrategy } from './util/ionic-router-reuse-strategy';