@ngutil/pwa
v0.0.120
Published
This codebase includes utilities and tools specifically designed to assist in the development of Progressive Web Applications (PWAs).
Readme
PWA
This codebase includes utilities and tools specifically designed to assist in the development of Progressive Web Applications (PWAs).
Installer prompt
// config.ts
import { provideInstallerPrompt } from "@ngutil/pwa"
export const appConfig: ApplicationConfig = {
providers: [
// ...
provideInstallerPrompt()
]
}