Skip to content

Commit e633a2d

Browse files
authored
Update app.component.ts
1 parent 7c5acab commit e633a2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/app.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ export class MyApp {
1818
pages: Array<{ title: string, component: any }>;
1919

2020
constructor(public platform: Platform, public statusBar: StatusBar, public splashScreen: SplashScreen) {
21-
this.initializeApp();
22-
2321
// used for an example of ngFor and navigation
2422
this.pages = [
2523
{ title: 'Page One', component: Page1 },

0 commit comments

Comments
 (0)