From e09c839b0fd98845f6895e28a4dbc1286c81e7b3 Mon Sep 17 00:00:00 2001 From: Gerome Grignon Date: Wed, 8 May 2024 17:43:22 +0200 Subject: [PATCH] fix: deactivate pwa custom installation --- angular-hub/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-hub/src/app/app.component.ts b/angular-hub/src/app/app.component.ts index cdd0fc0f..4f986530 100644 --- a/angular-hub/src/app/app.component.ts +++ b/angular-hub/src/app/app.component.ts @@ -25,7 +25,7 @@ export class AppComponent { constructor() { afterNextRender(() => { - this.#pwaService.initPwaPrompt(); + // this.#pwaService.initPwaPrompt(); this.#router.events .pipe( filter((event) => event instanceof NavigationEnd),