This commit is contained in:
sdarbinyan
2026-06-19 15:01:54 +04:00
parent 1decc08f77
commit 7a06843bf5
5 changed files with 5 additions and 17 deletions

View File

@@ -91,13 +91,5 @@ export class App implements OnInit {
console.error('Update check failed:', err);
}
});
this.swUpdate.versionUpdates
.pipe(takeUntilDestroyed(this.destroyRef))
.subscribe(event => {
if (event.type === 'VERSION_READY') {
console.log('New app version ready');
}
});
}
}