@nebular/theme
Version:
@nebular/theme
19 lines (18 loc) • 561 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Nebular Theme to the application.",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json"
},
"post-install": {
"description": "Adds Nebular Theme to the application.",
"factory": "./ng-add/post-install"
},
"setup": {
"description": "Sets up the specified project after the ng-add dependencies have been installed.",
"factory": "./ng-add/setup"
}
}
}