dlr-eoc / ukis-frontend-libraries

A collection of angular ui-components, services, interfaces... to help you create geospatial mapping applications for the web.
Apache License 2.0
17 stars 4 forks source link

Update Angular and Clarity #232

Closed boeckMt closed 2 weeks ago

boeckMt commented 1 month ago

Description

Update Angular

Update Clarity

@compodoc/compodoc

Relevant Package

This feature request is for @dlr-eoc/.... Or if it is not fitting anywhere then a new @dlr-eoc/

All packages

Examples


ng update @angular/core@17 @angular/cli@17
node scripts/library/index.js --set-source
ng update @angular/cli --from 16 --to 17 --migrate-only
ng update @angular/core --from 16 --to 17 --migrate-only
npm install @cds/core@latest @clr/angular@latest @clr/ui@latest @clr/icons@latest --force
node scripts/library/index.js --set-source
npm i --workspaces --include-workspace-root
boeckMt commented 3 weeks ago
@import "./ukis-variables";
@import '@cds/core/global.css';
// --- overwrite Clarity variables - remove if
@import "./overwrites-clr-variables";
@import "@clr/ui/src/main";
...

Set the theme as described in clarity docs - Step 3: Set the Theme