I\'m currently trying to build an Angular2 prototype (based on alpha44) of our Angular1 app (pretty complex one) and I\'m trying to find the best model/data architecture whe
A shared service can be used with components added by the router. For details see https://angular.io/docs/ts/latest/cookbook/component-communication.html
data
support also was added to the new router in RC.4. For details see How do I pass data in Angular 2 components while using Routing?
Angular 2 - equivalent to router resolve data for new router might also be related.