Skip to content

Instantly share code, notes, and snippets.

@JustDoItSascha
JustDoItSascha / pwa.service.ts
Last active September 16, 2022 23:15
Splash Screen for Angular 8+ PWA
@Injectable({
providedIn: 'root'
})
export class PwaService {
constructor(
private appRef: ApplicationRef,
private swUpdate: SwUpdate,
) {
if (this.swUpdate.isEnabled) {