commands.sh

ng analytics

all

Manage Angular CLI analytics settings.

More info →

Options (3)

boolean

Enable analytics for the current project

Example: ng analytics {{[on|enable]}}
-g, --globalboolean

Enable analytics globally

Example: ng analytics {{[on|enable]}} {{[-g|--global]}}
boolean

Disable analytics for the current project

Example: ng analytics {{[off|disable]}}

Examples (6)

Enable analytics for the current project

ng analytics [on|enable]

Enable analytics globally

ng analytics [on|enable] [-g|--global]

Disable analytics for the current project

ng analytics [off|disable]

Disable analytics globally

ng analytics [off|disable] [-g|--global]

Display the current analytics configuration and status

Prompt interactively to configure analytics settings

made by @shridhargupta | data from tldr-pages