cd /var/www/ui-components/ccl-ui-components-angular
rm -rf node_modules/ dist/
npm install
npm run build:lib

cd examples/angular-demo/
rm -rf node_modules/ dist/
npm install
npx ng build --base-href /angular/
systemctl reload apache2
