@angular/pwa
Version:
PWA schematics for Angular
26 lines (25 loc) • 584 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "SchematicsAngularPWA",
"title": "Angular PWA Options Schema",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
},
"target": {
"type": "string",
"description": "The target to apply service worker to.",
"default": "build"
},
"title": {
"type": "string",
"description": "The title of the application."
}
},
"required": []
}