als neu einrichten bei einem größeren versionsupdate:
ng new <grundapplication>
cd grundapplication
ng generate application <application-name>
————————————————————
ng serve --app app1
To bootstrap the main-luxury.ts, I run this:
ng serve --app app2
You can also refer to each app by its index in the apps array:
ng serve --app 0
or
ng serve --app 1