@alyle/ui
Version:
Minimal Design, a set of components for Angular
29 lines (28 loc) • 906 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Alyle UI to the application",
"factory": "./ng-add",
"schema": "./ng-add/schema.json"
},
"ng-add-setup-project": {
"description": "Sets up the specified project after the ng-add dependencies have been installed.",
"private": true,
"factory": "./ng-add/setup-project",
"schema": "./ng-add/schema.json"
},
"component": {
"aliases": [ "c" ],
"factory": "./component",
"description": "Create an Angular component with dynamic styles.",
"schema": "./component/schema.json"
},
"directive": {
"aliases": [ "d" ],
"factory": "./directive",
"description": "Create an Angular directive with dynamic styles.",
"schema": "./directive/schema.json"
}
}
}