source: trip-planner-front/node_modules/@angular/cli/commands/config-long.md@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 693 bytes
Line 
1A workspace has a single CLI configuration file, `angular.json`, at the top level.
2The `projects` object contains a configuration object for each project in the workspace.
3
4You can edit the configuration directly in a code editor,
5or indirectly on the command line using this command.
6
7The configurable property names match command option names,
8except that in the configuration file, all names must use camelCase,
9while on the command line options can be given in either camelCase or dash-case.
10
11For further details, see [Workspace Configuration](guide/workspace-config).
12
13For configuration of CLI usage analytics, see [Gathering an Viewing CLI Usage Analytics](./usage-analytics-gathering).
Note: See TracBrowser for help on using the repository browser.