mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(e2e): lazy load modals in action-sheet/basic, alert/basic, app/cordova
This commit is contained in:
@ -12,7 +12,11 @@ import { PageOneModule } from '../pages/page-one/page-one.module';
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
IonicModule.forRoot(AppComponent),
|
||||
IonicModule.forRoot(AppComponent, {}, {
|
||||
links: [
|
||||
{ loadChildren: '../pages/modal-page/modal-page.module#ModalPageModule', name: 'modal-page' }
|
||||
]
|
||||
}),
|
||||
ModalPageModule,
|
||||
PageOneModule
|
||||
],
|
||||
|
Reference in New Issue
Block a user