config/oh-my-zsh/plugins/ng
2023-02-27 20:04:56 +05:30
..
_ng add zsh 2023-02-27 20:04:56 +05:30
README.md add zsh 2023-02-27 20:04:56 +05:30

ng plugin

This plugin adds autocompletion support for Angular's CLI (named ng).

To use it, add ng to the plugins array of your zshrc file:

plugins=(... ng)