Icard/angular-clarity-master(work.../node_modules/@angular/cdk/schematics/collection.json

19 lines
559 B
JSON
Raw Normal View History

2024-07-16 14:55:36 +00:00
{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Installs the Angular CDK",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json",
"aliases": ["install"],
"hidden": true
},
"drag-drop": {
"description": "Generates a component using the Drag and Drop module",
"factory": "./ng-generate/drag-drop/index",
"schema": "./ng-generate/drag-drop/schema.json",
"aliases": ["dragdrop", "drag-and-drop"]
}
}
}