Angular CLI Flashcards
1
Q
ng doc ___
A
opens browser window to Angular docs searching on that keyword
2
Q
ng completion
A
add autocomplete to your shell
3
Q
ng format
A
formats the code of this project using clang-format
4
Q
ng github-pages:deploy
A
Build the application for production, setup the GitHub repository, then publish the app (requires gh token and username)