angular2 more Projects in One

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

Schreiben Sie einen Kommentar

Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert