madhukard / angular2-jspm-seed

Angular2 / TypeScript / material2 / JSPM / Gulp Starter Project
46 stars 12 forks source link

Console error after install #7

Closed ciutadellla closed 8 years ago

ciutadellla commented 8 years ago

TypeError: o.addTask is not a function

at n.(anonymous function) (http://localhost:3000/vendor/angular2-polyfills.min.js:1:14871)

DEPRECATION WARNING: 'enqueueTask' is no longer supported and will be removed in next major release. Use addTask/addRepeatingTask/addMicroTask angular2-polyfills.min.js:1

DEPRECATION WARNING: 'dequeueTask' is no longer supported and will be removed in next major release. Use removeTask/removeRepeatingTask/removeMicroTask

madhukard commented 8 years ago

This belongs to https://github.com/angular/zone.js where the code resides (angular2-polyfills.min.js just bundles zones plus other polyffils).

Reference - https://github.com/angular/angular/issues/7007 https://github.com/angular/zone.js/issues/262