build(docs-infra): update docs examples package.json
templates wrt core-js
(#36143)
The `core-js` dependency is no longer included in `package.json` for `cli`-type examples, but only for the `systemjs` ones. This commit updates the `package.json` templates to reflect that (and also updates the `npm-packages` guide accordingly). PR Close #36143
This commit is contained in:

committed by
Kara Erickson

parent
35ab6acab3
commit
939fda410f
@ -38,6 +38,7 @@
|
||||
"@angular/platform-browser-dynamic": "~9.0.3",
|
||||
"@angular/router": "~9.0.3",
|
||||
"@angular/upgrade": "~9.0.3",
|
||||
"core-js": "^2.5.4",
|
||||
"rxjs": "~6.5.4",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.10.3"
|
||||
|
Reference in New Issue
Block a user