@@ -68,7 +68,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
6868<details >
6969 <summary >aot</summary >
7070 <p >
71- ` --aot` _default: false_
71+ <code> --aot</code> <em>default value: false</em>
7272 </p >
7373 <p >
7474 Build using Ahead of Time compilation.
@@ -78,7 +78,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
7878<details >
7979 <summary >app</summary >
8080 <p >
81- ` --app` (aliases: `-a` )
81+ <code> --app</code> (aliases: <code>-a</code> )
8282 </p >
8383 <p >
8484 Specifies app name or index to use.
@@ -88,7 +88,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
8888<details >
8989 <summary >base-href</summary >
9090 <p >
91- ` --base-href` (aliases: ` -bh` )
91+ <code> --base-href</code> (aliases: <code> -bh</code> )
9292 </p >
9393 <p >
9494 Base url for the application being built.
@@ -98,7 +98,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
9898<details >
9999 <summary >deploy-url</summary >
100100 <p >
101- ` --deploy-url` (aliases: `-d` )
101+ <code> --deploy-url</code> (aliases: <code>-d</code> )
102102 </p >
103103 <p >
104104 URL where files will be deployed.
@@ -108,7 +108,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
108108<details >
109109 <summary >output-path</summary >
110110 <p >
111- ` --output-path` (aliases: ` -op` )
111+ <code> --output-path</code> (aliases: <code> -op</code> )
112112 </p >
113113 <p >
114114 Path where output will be placed
@@ -118,7 +118,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
118118<details >
119119 <summary >environment</summary >
120120 <p >
121- ` --environment` (aliases: `-e` )
121+ <code> --environment</code> (aliases: <code>-e</code> )
122122 </p >
123123 <p >
124124 Defines the build environment.
@@ -128,7 +128,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
128128<details >
129129 <summary >extract-css</summary >
130130 <p >
131- ` --extract-css` (aliases: ` -ec` )
131+ <code> --extract-css</code> (aliases: <code> -ec</code> )
132132 </p >
133133 <p >
134134 Extract css from global styles onto css files instead of js ones.
@@ -138,7 +138,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
138138<details >
139139 <summary >i18n-file</summary >
140140 <p >
141- ` --i18n-file`
141+ <code> --i18n-file</code>
142142 </p >
143143 <p >
144144 Localization file to use for i18n.
@@ -148,7 +148,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
148148<details >
149149 <summary >i18n-format</summary >
150150 <p >
151- ` --i18n-format`
151+ <code> --i18n-format</code>
152152 </p >
153153 <p >
154154 Format of the localization file specified with --i18n-file.
@@ -158,7 +158,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
158158<details >
159159 <summary >locale</summary >
160160 <p >
161- ` --locale`
161+ <code> --locale</code>
162162 </p >
163163 <p >
164164 Locale to use for i18n.
@@ -168,20 +168,20 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
168168<details >
169169 <summary >output-hashing</summary >
170170 <p >
171- ` --output-hashing` (aliases: ` -oh` )
171+ <code> --output-hashing</code> (aliases: <code> -oh</code> )
172172 </p >
173173 <p >
174174 Define the output filename cache-busting hashing mode.
175175 </p >
176176 <p >
177- Values: ` none`, ` all`, ` media`, ` bundles`
177+ Values: <code> none</code>, <code> all</code>, <code> media</code>, <code> bundles</code>
178178 </p >
179179</details >
180180
181181<details >
182182 <summary >output-path</summary >
183183 <p >
184- ` --output-path` (aliases: ` -op` )
184+ <code> --output-path</code> (aliases: <code> -op</code> )
185185 </p >
186186 <p >
187187 Path where output will be placed.
@@ -191,7 +191,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
191191<details >
192192 <summary >poll</summary >
193193 <p >
194- ` --poll`
194+ <code> --poll</code>
195195 </p >
196196 <p >
197197 Enable and define the file watching poll time period (milliseconds).
@@ -201,7 +201,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
201201<details >
202202 <summary >progress</summary >
203203 <p >
204- ` --progress` (aliases: ` -pr`) _default value: true_
204+ <code> --progress</code> (aliases: <code> -pr</code>) <em>default value: true</<em>
205205 </p >
206206 <p >
207207 Log progress to the console while building.
@@ -211,7 +211,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
211211<details >
212212 <summary >sourcemap</summary >
213213 <p >
214- ` --sourcemap` (aliases: ` -sm`, ` sourcemaps` )
214+ <code> --sourcemap</code> (aliases: <code> -sm</code>, <code> sourcemaps</code> )
215215 </p >
216216 <p >
217217 Output sourcemaps.
@@ -221,17 +221,17 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
221221<details >
222222 <summary >stats-json</summary >
223223 <p >
224- ` --stats-json` (aliases: `-`)
224+ <code> --stats-json</code>
225225 </p >
226226 <p >
227- Generates a ` stats.json` file which can be analyzed using tools such as: ` webpack-bundle-analyzer` or https://webpack.github.io/analyse.
227+ Generates a <code> stats.json</code> file which can be analyzed using tools such as: <code> webpack-bundle-analyzer</code> or https://webpack.github.io/analyse.
228228 </p >
229229</details >
230230
231231<details >
232232 <summary >target</summary >
233233 <p >
234- ` --target` (aliases: `-t`, ` -dev`, ` -prod`) _default value: development_
234+ <code> --target</code> (aliases: <code>-t</code>, <code> -dev</code>, <code> -prod</code>) <em>default value: development</em>
235235 </p >
236236 <p >
237237 Defines the build target.
@@ -241,7 +241,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
241241<details >
242242 <summary >vendor-chunk</summary >
243243 <p >
244- ` --vendor-chunk` (aliases: ` -vc`) _default value: true_
244+ <code> --vendor-chunk</code> (aliases: <code> -vc</code>) <em>default value: true</em>
245245 </p >
246246 <p >
247247 Use a separate bundle containing only vendor libraries.
@@ -251,7 +251,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
251251<details >
252252 <summary >verbose</summary >
253253 <p >
254- ` --verbose` (aliases: `-v`) _default value: false_
254+ <code> --verbose</code> (aliases: <code>-v</code>) <em>default value: false</em>
255255 </p >
256256 <p >
257257 Adds more details to output logging.
@@ -261,7 +261,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
261261<details >
262262 <summary >watch</summary >
263263 <p >
264- ` --watch` (aliases: `-w` )
264+ <code> --watch</code> (aliases: <code>-w</code> )
265265 </p >
266266 <p >
267267 Run build when files change.
0 commit comments