@angular/pwa
Version:
PWA schematics for Angular
17 lines (16 loc) • 367 B
JSON
{
"schematics": {
"ng-add": {
"factory": "./pwa",
"description": "Update an application with PWA defaults.",
"schema": "./pwa/schema.json",
"private": true,
"hidden": true
},
"pwa": {
"factory": "./pwa",
"description": "Update an application with PWA defaults.",
"schema": "./pwa/schema.json"
}
}
}