mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 07:19:58 +08:00
This explains how to set up autocompletion with the Angular CLI: 1. Via the automated prompt on first execution. 2. Via `ng completion`. 3. Manually via appending `source <(ng completion script)` to the user's `~/.bashrc` file. It also specifically calls out supported and unsupported platforms as well as the requirement for a global install of the Angular CLI.