Chris Straw
SHARE:

Creating New Angular workspace

CLI New Command

ng new example-app --create-application=false --style=scss --routing=true --skip-git
ng g application app-example-one --routing=true --style=scss
ng g application app-example-two --routing=true --style=scss
ng g application lib-example --prefix=gen

I do this outside of git then copy/paste the workspace to the git directory.