refactor(modal): use framework delegate for mounting the user's component

This commit is contained in:
Dan Bucholtz
2017-12-14 00:10:52 -06:00
parent c30337bf8c
commit ec33d4e725
35 changed files with 546 additions and 148 deletions

View File

@ -1,10 +1,13 @@
export { IonNavDelegate } from './components/ion-nav';
export { IonicAngularModule } from './module';
/* Directives/Components */
export { IonNavDelegate } from './components/ion-nav';
/* Providers */
export { ActionSheetController, ActionSheetProxy } from './providers/action-sheet-controller';
export { AlertController, AlertProxy } from './providers/alert-controller';
export { App } from './providers/app';
export { LoadingController, LoadingProxy } from './providers/loading-controller';
export { ModalController, ModalProxy } from './providers/modal-controller';
export { NavController } from './providers/nav-controller';
export { ToastController, ToastProxy } from './providers/toast-controller';