UNPKG

angular-bootstrap-md

Version:

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

28 lines 818 B
{ "$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": [] }