UNPKG

550 BJSONView Raw
1{
2 "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ng-add": {
5 "description": "Adds ng-bootstrap library to the project and installs dependencies",
6 "factory": "./ng-add/index",
7 "schema": "./ng-add/schema.json",
8 "aliases": ["install"]
9 },
10 "ng-add-setup-project": {
11 "private": true,
12 "description": "Sets up the project after dependencies have been installed",
13 "factory": "./ng-add/setup-project",
14 "schema": "./ng-add/schema.json"
15 }
16 }
17}