mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 13:32:43 +08:00
321 B
321 B
Autocompletion
To turn on auto completion use the following commands:
For bash:
ng completion --bash >> ~/.bashrc
source ~/.bashrc
For zsh:
ng completion --zsh >> ~/.zshrc
source ~/.zshrc
Windows users using gitbash:
ng completion --bash >> ~/.bash_profile
source ~/.bash_profile