We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5acab commit e633a2dCopy full SHA for e633a2d
src/app/app.component.ts
@@ -18,8 +18,6 @@ export class MyApp {
18
pages: Array<{ title: string, component: any }>;
19
20
constructor(public platform: Platform, public statusBar: StatusBar, public splashScreen: SplashScreen) {
21
- this.initializeApp();
22
-
23
// used for an example of ngFor and navigation
24
this.pages = [
25
{ title: 'Page One', component: Page1 },
0 commit comments