feature(angular): action-sheet, alert, loading, toast

This commit is contained in:
Dan Bucholtz
2017-12-06 11:48:24 -06:00
committed by GitHub
parent c76b74029a
commit cefbee9ea2
29 changed files with 1302 additions and 3537 deletions

View File

@ -1,6 +1,10 @@
export { IonNavDelegate } from './directives/ion-nav';
export { IonNavDelegate } from './components/ion-nav';
export { IonicAngularModule } from './module';
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 { NavController } from './providers/nav-controller';
export { ToastController, ToastProxy } from './providers/toast-controller';