chore(angular): update angular tests to ng v6 and latest stencil

This commit is contained in:
Adam Bradley
2018-05-16 11:40:28 -05:00
parent f3dc8a0fed
commit 3bb661fa11
182 changed files with 9755 additions and 5936 deletions

View File

@ -1,5 +1,5 @@
// export module
export { IonicModule } from './module';
export { IonicModule } from './ionic-module';
// export auto generated directive
export * from './directives/proxies';
@ -15,6 +15,3 @@ export * from './types/interfaces';
// ionic oute reuse strategy
export * from './util/ionic-router-reuse-strategy';
/*tslint:disable*/
import './ionic-angular';