mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(demos): added entryComponents
added entryComponents
This commit is contained in:
@ -13,7 +13,8 @@ import { ApiDemoApp, ApiDemoPage, PushPage } from './app.component';
|
|||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
ApiDemoPage
|
ApiDemoPage,
|
||||||
|
PushPage
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class AppModule {}
|
export class AppModule {}
|
||||||
|
@ -13,7 +13,8 @@ import { ApiDemoApp, ApiDemoPage, PushPage } from './app.component';
|
|||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
ApiDemoPage
|
ApiDemoPage,
|
||||||
|
PushPage
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class AppModule {}
|
export class AppModule {}
|
||||||
|
Reference in New Issue
Block a user