From 70277c69fecfe52e629cfdf93e0f9d25074c3f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Fri, 23 Jun 2023 18:43:58 +0200 Subject: [PATCH] swUpdate debug --- Frontend/src/app/app.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Frontend/src/app/app.component.ts b/Frontend/src/app/app.component.ts index fa1c8d3..6cc85a4 100644 --- a/Frontend/src/app/app.component.ts +++ b/Frontend/src/app/app.component.ts @@ -15,6 +15,7 @@ export class AppComponent { private readonly _swUpdate: SwUpdate, private _notifications: NotificationsService ) { + console.log('Start versionUpdates subscribe'); this._swUpdate.versionUpdates.subscribe((evt) => { console.log('Version update', evt); if (evt.type === 'VERSION_READY') {