Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
693 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | A workspace has a single CLI configuration file, `angular.json`, at the top level.
|
---|
| 2 | The `projects` object contains a configuration object for each project in the workspace.
|
---|
| 3 |
|
---|
| 4 | You can edit the configuration directly in a code editor,
|
---|
| 5 | or indirectly on the command line using this command.
|
---|
| 6 |
|
---|
| 7 | The configurable property names match command option names,
|
---|
| 8 | except that in the configuration file, all names must use camelCase,
|
---|
| 9 | while on the command line options can be given in either camelCase or dash-case.
|
---|
| 10 |
|
---|
| 11 | For further details, see [Workspace Configuration](guide/workspace-config).
|
---|
| 12 |
|
---|
| 13 | For 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.