- Angular CLI - Code Coverage
- Angular CLI - ng xi18n
- Angular CLI - ng update
- Angular CLI - ng doc
- Angular CLI - ng config
- Angular CLI - ng analytics
- Angular CLI - ng add
- Angular CLI - ng e2e
- Angular CLI - ng test
- Angular CLI - ng lint
- Angular CLI - ng serve
- Angular CLI - ng run
- Angular CLI - ng build
- Angular CLI - ng generate
- Angular CLI - ng help
- Angular CLI - ng new
- Angular CLI - ng version
- Angular CLI - Environment Setup
- Angular CLI - Overview
- Angular CLI - Home
Angular CLI Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Angular CLI - ng analytics Command
This chapter explains the syntax, argument and options of ng analytics command along with an example.
Syntax
The syntax for ng analytics command is as follows −
ng analytics <settingOrProject> <projectSetting> [options]
ng analytics command configures angular CLI usage metrics.
Arguments
The arguments for ng analytics command is as follows −
Sr.No. | Argument & Syntax | Description |
---|---|---|
1 | <settingOrProject>=on|off|ci|project|prompt | Directly enables or disables all usage analytics for the user, or prompts the user to set the status interactively, or sets the default status for the project. Following are the details of options. on − Enables analytics gathering and reporting for the user. off − Disables analytics gathering and reporting for the user. ci − Enables analytics and configures reporting for use with Continuous Integration, which uses a common CI user. prompt − Prompts the user to set the status interactively. project − Sets the default status for the project to the projectSetting value, which can be any of the other values. The projectSetting argument is ignored for all other values of settingOrProject. |
2 | <projectSetting>=on|off|prompt | Sets the default analytics enablement status for the project. |
Options
Options are optional parameters.
Sr.No. | Option & Syntax | Description |
---|---|---|
1 | --help=true|false|json|JSON |
Shows a help message for this command in the console. Default: false |
First move to an angular project updated using ng build command,which is available at
Now run the analytics command.
Example
An example for ng analytics command is given below −
>Node>TutorialsPoint> ng analytics offAdvertisements