Files
pyrofetes-frontend/node_modules/@schematics/angular/app-shell/schema.json
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

19 lines
530 B
JSON
Executable File

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "SchematicsAngularAppShell",
"title": "Angular AppShell Options Schema",
"type": "object",
"description": "Configures your project to generate an app-shell during build time.",
"additionalProperties": false,
"properties": {
"project": {
"type": "string",
"description": "The name of the project where the app-shell should be generated.",
"$default": {
"$source": "projectName"
}
}
},
"required": ["project"]
}