chore(angular): reverting changes to angular module, cannot figure out why app won't work if it's imported

This commit is contained in:
Dan Bucholtz
2017-11-22 00:49:05 -06:00
parent f96fd86613
commit 5ffb31f49a
9 changed files with 26 additions and 33 deletions

View File

@ -1,5 +1,6 @@
export * from './directives/ion-nav';
export * from './module';
export * from './providers/alert-controller';
export * from './providers/app';
export * from './providers/nav-controller';
export { IonNavDelegate } from './directives/ion-nav';
export { IonicAngularModule } from './module';
export { AlertController, AlertProxy } from './providers/alert-controller';
export { App } from './providers/app';
export { NavController } from './providers/nav-controller';