UNPKG

angular-bootstrap-md

Version:

<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design

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" } } }