perf(angular): bundle size improvements for angular (#16966)

This commit is contained in:
Manu MA
2019-01-07 22:05:36 +01:00
committed by GitHub
parent 45db44abe7
commit 44fb45e2bc
30 changed files with 322 additions and 328 deletions

View File

@ -1,17 +1,11 @@
// export module
export { IonicModule } from './ionic-module';
// export auto generated directive
export * from './directives/proxies';
// export custom directives
export * from './directives';
// export custom providers
export * from './providers';
// ionic types
export * from './types/interfaces';
// ionic route reuse strategy
export * from './util/ionic-router-reuse-strategy';
// export module
export { IonicModule } from './ionic-module';