simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[ng-dev] Better error when calling `.tick()` outside of `.run()` #29

Closed ersimont closed 3 years ago

ersimont commented 3 years ago

Currently it gives a default angular message about needing to be in the fake async zone. Maybe we could provide a more helpful message specifically mentioning ctx.run()