update bootstrapper and startup flow

This commit is contained in:
Matt Hill
2021-06-16 18:02:06 -06:00
committed by Aiden McClelland
parent e5de786cf1
commit 84718792bf
12 changed files with 114 additions and 84 deletions

View File

@@ -68,9 +68,9 @@ export class AppComponent {
async init () {
await this.storage.create()
await this.patch.init()
await this.authService.init()
await this.emver.init()
await this.patch.init()
this.router.initialNavigation()