docs: app-name not rendering on browser (#33613)
Fixes #33612 PR Close #33613
This commit is contained in:
parent
e8d43d8fde
commit
0ca2a390d5
|
@ -669,7 +669,7 @@ In `angular.json` add two new configuration sections under the `build` and `serv
|
||||||
...
|
...
|
||||||
},
|
},
|
||||||
"es5": {
|
"es5": {
|
||||||
"browserTarget": "<app-name>:build:es5"
|
"browserTarget": "<app-name>:build:es5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -741,7 +741,7 @@ Create an [ES5 serve configuration](guide/deployment#configuring-serve-for-es5)
|
||||||
...
|
...
|
||||||
},
|
},
|
||||||
"es5": {
|
"es5": {
|
||||||
"devServerTarget": "<app-name>:serve:es5"
|
"devServerTarget": "<app-name>:serve:es5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue