Angular CLI Flashcards

1
Q

ng doc ___

A

opens browser window to Angular docs searching on that keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ng completion

A

add autocomplete to your shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ng format

A

formats the code of this project using clang-format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly