2020-06-11 14:41:32 +00:00
|
|
|
# ng plugin
|
2019-01-12 15:47:23 +00:00
|
|
|
|
2020-06-11 14:41:32 +00:00
|
|
|
This plugin adds autocompletion support for [Angular's CLI](https://github.com/angular/angular-cli)
|
|
|
|
(named `ng`).
|
2019-01-12 15:47:23 +00:00
|
|
|
|
2020-06-11 14:41:32 +00:00
|
|
|
To use it, add `ng` to the plugins array of your zshrc file:
|
2019-01-12 15:47:23 +00:00
|
|
|
|
|
|
|
```zsh
|
2020-06-11 14:41:32 +00:00
|
|
|
plugins=(... ng)
|
2019-01-12 15:47:23 +00:00
|
|
|
```
|