-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Description
Zone is not defined in the following files in angular2@2.0.0-beta.0
.
angular2\es6\dev\src\core\zone\ng_zone.js
angular2\es6\prod\src\core\zone\ng_zone.js
angular2\src\core\zone\ng_zone.js
angular2\ts\src\core\zone\ng_zone.js
angular2\bundles\angular2-all.umd.dev.js
angular2\bundles\angular2-all.umd.js
angular2\bundles\angular2.dev.js
angular2\bundles\angular2.js
angular2\bundles\web_worker\ui.dev.js
angular2\bundles\web_worker\worker.dev.js
Changing the line of code from
StringMapWrapper.merge(Zone.longStackTraceZone, { onError: function (e) { ngZone._notifyOnError(this, e); } });
To
StringMapWrapper.merge(zone.longStackTraceZone, { onError: function (e) { ngZone._notifyOnError(this, e); } });
Fixes the issue. Notice the capitalization change. There is no Zone
, but a parameter zone
.
This is breaking builds. How long can we expect this to take to fix?
Link to pull request #5995
Thanks
Metadata
Metadata
Assignees
Labels
No labels