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

16 lines (15 loc) 462 B
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add UKIS specific files to your project.", "factory": "./ng-add/index#ngAdd", "schema": "./ng-add/schema.json" }, "add-routing": { "description": "Add routing to your UKIS project.", "factory": "./add-routing/index#addRouting", "schema": "./add-routing/schema.json" } } }