Files
pyrofetes-frontend/node_modules/ng-zorro-antd/schematics/ng-generate/blank/schema.json
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

16 lines
360 B
JSON

{
"$schema": "http://json-schema.org/schema",
"$id": "nz-ng-generate-boot",
"title": "Ant Design of Angular(NG-ZORRO) boot page schematic",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "Name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": []
}