Files
tldr/pages/common/ng-analytics.md
T
Sahil Afrid Farookhi 0ce7c6b771 ng-analytics: add page (#20072)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
2025-12-17 20:15:26 +02:00

594 B

ng analytics

Manage Angular CLI analytics settings. More information: https://angular.dev/cli/analytics.

  • 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:

ng analytics info

  • Prompt interactively to configure analytics settings:

ng analytics prompt