File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
packages/angular/cli/commands Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ either by direct editing or with the `ng config` command.
11
11
These include ` assets ` , ` styles ` , and ` scripts ` objects that provide runtime-global resources to include in the project.
12
12
Resources in CSS, such as images and fonts, are automatically written and fingerprinted at the root of the output folder.
13
13
14
- For further details, see Workspace Configuration.
14
+ For further details, see [ Workspace Configuration] ( guide/workspace-config ) .
Original file line number Diff line number Diff line change
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 ) .
You can’t perform that action at this time.
0 commit comments