load service checkpoint

This commit is contained in:
Drew Ansbacher
2021-09-07 22:30:31 +03:00
committed by Aiden McClelland
parent 0572855734
commit 24bb9125db
8 changed files with 51 additions and 69 deletions

View File

@@ -13,6 +13,7 @@ import { FEStatus, PkgStatusRendering, renderPkgStatus } from 'src/app/services/
import { ConnectionFailure, ConnectionService } from 'src/app/services/connection.service'
import { ErrorToastService } from 'src/app/services/error-toast.service'
import { AppConfigPage } from 'src/app/modals/app-config/app-config.page'
import { PackageLoadingService } from 'src/app/services/package-loading.service'
@Component({
selector: 'app-show',
@@ -47,6 +48,7 @@ export class AppShowPage {
private readonly embassyApi: ApiService,
private readonly wizardBaker: WizardBaker,
private readonly config: ConfigService,
private readonly packageLoadingService: PackageLoadingService,
public readonly patch: PatchDbService,
public readonly connectionService: ConnectionService,
) { }