mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
feature(angular): action-sheet, alert, loading, toast
This commit is contained in:
@ -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';
|
Reference in New Issue
Block a user