@ngutil/pwa
v0.0.81
Published
This codebase includes utilities and tools specifically designed to assist in the development of Progressive Web Applications (PWAs).
Downloads
163
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()
]
}