Configure Angular CLI autocomplete

You get an autocomplete experience when working with Angular CLI. Execute the appropriate command for your *nix environment:

  • For bash shell:
$ ng completion --bash >> ~/.bashrc
$ source ~/.bashrc
  • For zsh shell:
$ ng completion --zsh >> ~/.zshrc
$ source ~/.zshrc
  • For Windows users using git bash shell:
$ ng completion --bash >> ~/.bash_profile
$ source ~/.bash_profile
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.133.141.219