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
Copy file name to clipboardExpand all lines: adev/src/content/cli/help/build.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,16 @@
61
61
],
62
62
"description": "Define the crossorigin attribute setting of elements that provide CORS support."
63
63
},
64
+
{
65
+
"name": "define",
66
+
"type": "array",
67
+
"description": "Defines global identifiers that will be replaced with a specified constant value when found in any JavaScript or TypeScript code including libraries. The value will be used directly. String values must be put in quotes. Identifiers within Angular metadata such as Component Decorators will not be replaced."
68
+
},
69
+
{
70
+
"name": "define",
71
+
"type": "string",
72
+
"description": "Defines global identifiers that will be replaced with a specified constant value when found in any JavaScript or TypeScript code including libraries. The value will be used directly. String values must be put in quotes. Identifiers within Angular metadata such as Component Decorators will not be replaced."
Copy file name to clipboardExpand all lines: adev/src/content/cli/help/serve.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,16 @@
38
38
"default": false,
39
39
"description": "Force the development server to use the 'browser-esbuild' builder when building. This is a developer preview option for the esbuild-based build system."
40
40
},
41
+
{
42
+
"name": "headers",
43
+
"type": "array",
44
+
"description": "Custom HTTP headers to be added to all responses."
45
+
},
46
+
{
47
+
"name": "headers",
48
+
"type": "string",
49
+
"description": "Custom HTTP headers to be added to all responses."
0 commit comments