You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Architect is the tool that the CLI uses to perform complex tasks such as compilation, according to provided configurations.
2
-
The CLI commands run Architect targets such as `build`, `serve`, `test` and `lint`.
3
-
Each named target has a default configuration, specified by an "options" object, and an optional set of named alternate configurations in the "configurations" object.
4
-
For example, the "build" target for a newly generated app has a predefined alternate configuration named "production".
2
+
The CLI commands run Architect targets such as `build`, `serve`, `test` and `lint`.
3
+
Each named target has a default configuration, specified by an "options" object,
4
+
and an optional set of named alternate configurations in the "configurations" object.
5
5
6
-
You can define new targets and their configuration options in the "architect" section of the `angular.json` file.
7
-
If you do so, you can run them from the command line using the `ng run` command.
6
+
For example, the "server" target for a newly generated app has a predefined
7
+
alternate configuration named "production".
8
+
9
+
You can define new targets and their configuration options in the "architect" section
10
+
of the `angular.json` file.
11
+
If you do so, you can run them from the command line using the `ng run` command.
0 commit comments