@dlr-eoc/core-ui
Version:
This project includes schematics to add the base UKIS-Layout to an angular application. The Layout is based on Clarity so [add this first](https://clarity.design/get-started/developing/angular)!
46 lines (45 loc) • 1.21 kB
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsNgAdd",
"title": "Ng Add Schema",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The name of the angular project you want to add @dlr-eoc/core-ui.",
"$default": {
"$source": "defaultProject"
}
},
"addClr": {
"description": "Runns external Schematic @clr/angular:ng-add",
"type": "boolean",
"default": false
},
"addFiles": {
"description": "Add assets, styles and app files to your application.",
"type": "boolean",
"default": true
},
"updateFiles": {
"description": "Update files in your application.",
"type": "boolean",
"default": true
},
"routing": {
"description": "Add routing with a sample route to your UKIS application.",
"type": "boolean",
"default": false
},
"addMap": {
"description": "Add @dlr-eoc/map-ol to your UKIS application.",
"type": "boolean",
"default": false
},
"auth": {
"description": "Add Authentication to your UKIS application.",
"type": "boolean",
"default": false
}
}
}