Skip to content

Instantly share code, notes, and snippets.

@WenhaoWu
Created August 8, 2018 15:30
Show Gist options
  • Save WenhaoWu/e7caf7dfe96210fab9645267b59d6043 to your computer and use it in GitHub Desktop.
Save WenhaoWu/e7caf7dfe96210fab9645267b59d6043 to your computer and use it in GitHub Desktop.
Install brew
Install node, npm https://www.dyclassroom.com/howto-mac/how-to-install-nodejs-and-npm-on-mac-using-homebrew
Install angular-cli: npm install -g @angular/cli
Install typescript compiler: npm install -g typescript
@WenhaoWu
Copy link
Author

WenhaoWu commented Aug 8, 2018

git checkout -b client-2
git add .
git commit -m "fix: Audit fix"
git push
ng g module dynamic-modules/client-2 --routing
ng g component dynamic-modules/client-2/shell
ng g component dynamic-modules/client-2/home

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment