forked from DevExpress/devextreme-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.json
More file actions
34 lines (34 loc) · 1.21 KB
/
Copy pathcollection.json
File metadata and controls
34 lines (34 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add DevExtreme to the Angular application.",
"factory": "./install/index",
"aliases": [ "install" ]
},
"add-layout": {
"description": "Add DevExtreme Layout to the Angular application.",
"factory": "./add-layout/index",
"schema": "./add-layout/schema.json"
},
"add-sample-views": {
"description": "Add Sample views to the Angular application.",
"factory": "./add-sample-views/index"
},
"add-app-template": {
"description": "Include a DevExtreme Layout Template in the Anular application.",
"factory": "./add-app-template/index",
"schema": "./add-app-template/schema.json"
},
"add-view": {
"description": "Add a new view to app-template.",
"factory": "./add-view/index",
"schema": "./add-view/schema.json"
},
"migrate-config-components": {
"description": "Migrate DevExtreme configuration components to the latest version.",
"factory": "./migrate-config-components/index#migrateConfigComponents",
"schema": "./migrate-config-components/schema.json"
}
}
}