”;
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.
|
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 https://www.tutorialspoint.com/angular_cli/angular_cli_ng_build.htm.
Now run the analytics command.
Example
An example for ng analytics command is given below −
>Node>TutorialsPoint> ng analytics off
”;