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
28 lines • 818 B
JSON
{
"$schema": "http://json-schema.org/schema",
"id": "mdb-angular-ng-add",
"title": "MDB Angular ng-add schematic",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "Name of the project.",
"$default": {
"$source": "projectName"
}
},
"animations": {
"type": "boolean",
"default": true,
"description": "Whether to set up Angular animations.",
"x-prompt": "Set up Angular animations?"
},
"externalDependencies": {
"type": "boolean",
"default": false,
"description": "Whether to set up external dependencies.",
"x-prompt": "Set up external dependencies (chart.js, hammerjs, animate, font awesome)?"
}
},
"required": []
}