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

21 lines (20 loc) 450 B
import { Rule } from '@angular-devkit/schematics'; import { UkisNgAddSchema } from './schema'; export declare function ngAdd(options: UkisNgAddSchema): Rule; /** * app.component.ts * add imports for * - icons * - services * - Router * - variables for UI * - constructor imports * - init() * - getHtmlMeta() * * maybe use template file?? */ /** * styles.scss //style.css * if style.css remove and add file styles.scss from templates */