Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 527 Bytes

Ngx Generate PWA Icons

This Angular schematic generates a set of pwa icons based on a custom .png logo.

Use it after adding @angular/pwa with schematics.

Usage

1. Install @angular/pwa

ng add @angular/pwa --project project-name

2. Add logo

Add a .png with the name logo.png in the public folder, or the assets folder for projects that were generated before v18.

3. Run the schematic to generate custom logos

ng add @ngwam/ngx-generate-pwa-icons --projectName project-name