UNPKG

432 BJSONView Raw
1{
2 "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ng-add": {
5 "description": "Add MDB Angular Free to the application.",
6 "factory": "./ng-add/index#ngAdd",
7 "schema": "./ng-add/schema.json"
8 },
9 "ng-add-mdb-setup": {
10 "description": "Setup MDB Angular Free.",
11 "factory": "./ng-add/mdb-setup",
12 "schema": "./ng-add/schema.json"
13 }
14 }
15}
\No newline at end of file