Implementing the Missing "resolve" Feature of the Angular 2 Router

1 · Minko Gechev · May 21, 2016, midnight
For the last a couple of months I’m working on an Angular 2 based PWA. The more complex the application gets, the more I appreciate that our choice was Angular! For routing we’re using the initial Angular 2 router that is now deprecated. For sure we will migrate to the newest one once it gets stable but until then we have some problems to solve. One of the features that I miss most in both the new and the newest Angular 2 routes is the resolve functionality which the AngularJS 1....