Skip to content

Commit

Permalink
fix: deactivate pwa custom installation
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon committed May 8, 2024
1 parent f20f072 commit e09c839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-hub/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class AppComponent {

constructor() {
afterNextRender(() => {
this.#pwaService.initPwaPrompt();
// this.#pwaService.initPwaPrompt();
this.#router.events
.pipe(
filter((event) => event instanceof NavigationEnd),
Expand Down

0 comments on commit e09c839

Please sign in to comment.