You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to call time to time @scope.$applyAsync when using RxJS 5 and Angular 1 + ngMetadata.
If we could integrate zone.js it would done that for us.
Once user will switch to hybrid mode ng1/ng2 by including ng-metadata/upgrade this would be disabled, because that Zones thingy, will be handled by Angular 2
The text was updated successfully, but these errors were encountered:
Hey, I'm curious about the effort involved. Implementing this would bring you much closer to the angular2 style API by allowing to get rid of $q completely, yeah? Async/await would be possible, then, as well. And since TS 2.1 now emits async/await for ES5, it'd be usable in most projects.
I guess it could break some apps since zone.js will always hook into events. For example, scroll events would automatically be $scope.applying? You'd have to know to pull that out of the zone, yeah?
Sorry, this may not be on the radar, but integrating zone.js into ng1 would be pretty awesome.
we need to call time to time
@scope.$applyAsync
when using RxJS 5 and Angular 1 + ngMetadata.If we could integrate
zone.js
it would done that for us.Once user will switch to hybrid mode ng1/ng2 by including
ng-metadata/upgrade
this would be disabled, because that Zones thingy, will be handled by Angular 2The text was updated successfully, but these errors were encountered: