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
13 lines • 365 B
JSON
{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v9": {
"version": "9.0.0-0",
"description": "Updates MDB Angular Pro to version 9",
"factory": "./ng-update/index#updateToV9"
}
},
"ng-update": {
"migrations": "./schematics/migration.json"
}
}