design-angular-kit-lombardia
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della Regione Lombardia
20 lines (19 loc) • 596 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add my Design Angular Kit to the project.",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json",
"hidden": true,
"aliases": ["install"]
},
"ng-add-setup-project": {
"description": "Sets up the specified project after the ng-add dependencies have been installed",
"factory": "./ng-add/setup-project",
"schema": "./ng-add/schema.json",
"hidden": true,
"private": true
}
}
}