mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(demo): popover entryPoint missing
popover entryPoint missing
This commit is contained in:
@@ -13,7 +13,8 @@ import { ApiDemoApp, ApiDemoPage, PopoverRadioPage } from './app.component';
|
||||
],
|
||||
bootstrap: [IonicApp],
|
||||
entryComponents: [
|
||||
ApiDemoPage
|
||||
ApiDemoPage,
|
||||
PopoverRadioPage
|
||||
]
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user