Tags: davidandrewsmith90/angular
Tags
refactor(router): don't run the change detection every time an outlet… … is activated
build: do not create the bundles when updating the public API - 1.7x faster on my machine (2.7 vs 4.6 min) - should solve the memory issue
fix(router): Wrap Promise-like instances in native Promises Hybrid apps (mix of Angular and AngularJS) might return AngularJS implementation of Promises that do not play well with the change detection. Wrapping them in native Promises fix this issue. This could be the case when a Resolver returns a `$q` promise.
PreviousNext