|
@@ -210,7 +210,6 @@ export class AppComponent extends BaseComponent implements OnInit {
|
|
|
|
|
|
|
|
if (this.platform.ANDROID || this.platform.IOS) this.pwaPrompt();
|
|
if (this.platform.ANDROID || this.platform.IOS) this.pwaPrompt();
|
|
|
this.updateSidenavBadges();
|
|
this.updateSidenavBadges();
|
|
|
- console.debug('app initialized');
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
ngAfterViewInit() {
|
|
ngAfterViewInit() {
|
|
@@ -249,6 +248,8 @@ export class AppComponent extends BaseComponent implements OnInit {
|
|
|
},
|
|
},
|
|
|
})
|
|
})
|
|
|
);
|
|
);
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**prompt to install PWA App */
|
|
/**prompt to install PWA App */
|