mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
939fda410f
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