yo @btford ,
How do I pass properties/events to components that are loaded in by the <router-outlet>. The initial assumption is <router-outlet [model]="someInitialData"></router-outlet> but that doesn't work. Using @RouteConfig doesn't make sense (although allowing me to include hostInjectors/viewInjectors might be interesting)
thanks