--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # ng completion > Generate shell autocompletion scripts for the Angular CLI. > More information: . - Set up autocompletion interactively for the current shell: `ng completion` - Generate an autocompletion script for `bash` or `zsh`: `ng completion script` - Source the autocompletion script in the current session: `source <(ng completion script)`