UNPKG

@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)!

26 lines (25 loc) 621 B
{ "$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" } }, "addFiles": { "description": "Add files for routing to your application.", "type": "boolean", "default": true }, "updateFiles": { "description": "Update files in your application.", "type": "boolean", "default": true } } }