2020-02-27 18:26:03 +00:00
|
|
|
# ng plugin
|
2016-08-15 13:27:38 +00:00
|
|
|
|
2020-02-27 18:26:03 +00:00
|
|
|
This plugin adds autocompletion support for [Angular's CLI](https://github.com/angular/angular-cli)
|
|
|
|
(named `ng`).
|
2016-08-15 13:27:38 +00:00
|
|
|
|
2020-02-27 18:26:03 +00:00
|
|
|
To use it, add `ng` to the plugins array of your zshrc file:
|
2016-08-15 13:27:38 +00:00
|
|
|
|
|
|
|
```zsh
|
2020-02-27 18:26:03 +00:00
|
|
|
plugins=(... ng)
|
2016-08-15 13:27:38 +00:00
|
|
|
```
|