feat(angular): strongly type Ionic lifecycle hooks (#18044)

closes #18043
This commit is contained in:
Haidar Zeineddine
2020-05-27 23:42:34 +03:00
committed by GitHub
parent 29d208de88
commit 53fc8e37c8
7 changed files with 48 additions and 13 deletions

View File

@ -36,6 +36,9 @@ export { GestureController } from './providers/gesture-controller';
// ROUTER STRATEGY
export { IonicRouteStrategy } from './util/ionic-router-reuse-strategy';
// TYPES
export * from './types/ionic-lifecycle-hooks';
// PACKAGE MODULE
export { IonicModule } from './ionic-module';