- Install Yarn - https://yarnpkg.com/lang/en/docs/install/#windows-stable
- Install Node ( for CLI only)
npm i -g @angular/cli@latest
ng config -g cli.packageManager yarn
ng new SomeApp --routing --skip-tests --minimal --style=scss --skip-git
(should use --createApplication=false) - https://blog.angularindepth.com/angular-workspace-no-application-for-you-4b451afcc2ba
ng new project-name --routing --skip-tests --inline-style --style=scss
ng g c component-name --flat --inline-style
npm i -g @angular/cli