design-angular-kit
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della PA
17 lines (16 loc) • 351 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "design-angular-kit-ng-add",
"title": "Design Angular Hit ng-add schematic",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "Name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": []
}