UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

15 lines 432 B
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add MDB Angular Free to the application.", "factory": "./ng-add/index#ngAdd", "schema": "./ng-add/schema.json" }, "ng-add-mdb-setup": { "description": "Setup MDB Angular Free.", "factory": "./ng-add/mdb-setup", "schema": "./ng-add/schema.json" } } }