mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a4ba46cb99
Closes #5665 BREAKING CHANGE: The existing sfx bundle (angular2.sfx.dev.js) is replaced by UMD bundles: angular2.umd.js and angular2.umd.dev.js. The new UMD bundles dont have polyfills (zone.js, reflect-metadata) pre-appended. Those polyfills can be easily loaded by including the angular-polyfills.js bundle. Closes #5712