mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Close #35157
In the current version of zone.js, zone.js uses it's own package format, and it is not following the rule
of Angualr package format(APF), so it is not easily to be consumed by Angular CLI or other bundle tools.
For example, zone.js npm package has two bundles,
1. zone.js/dist/zone.js, this is a `es5` bundle.
2. zone.js/dist/zone-evergreen.js, this is a `es2015` bundle.
And Angular CLI has to add some hard-coding code to handle this case, o
|
||
|---|---|---|
| .. | ||
| app | ||
| index-a-to-ajs-providers.html | ||
| index-a-to-ajs-transclusion.html | ||
| index-ajs-a-hybrid-bootstrap.html | ||
| index-ajs-to-a-projection.html | ||
| index-ajs-to-a-providers.html | ||
| index-bootstrap.html | ||
| index-downgrade-io.html | ||
| index-downgrade-static.html | ||
| index-ng-app.html | ||
| index-upgrade-io.html | ||
| index-upgrade-static.html | ||
| systemjs.config.1.js | ||