UNPKG

@ng-bootstrap/ng-bootstrap

Version:
18 lines (17 loc) 550 B
{ "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Adds ng-bootstrap library to the project and installs dependencies", "factory": "./ng-add/index", "schema": "./ng-add/schema.json", "aliases": ["install"] }, "ng-add-setup-project": { "private": true, "description": "Sets up the project after dependencies have been installed", "factory": "./ng-add/setup-project", "schema": "./ng-add/schema.json" } } }