UNPKG

@nebular/theme

Version:
19 lines (18 loc) 561 B
{ "$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" } } }