Robert Dempsey
Robert Dempsey
Thanks for the update @jasonaden. Looking forward to this being implemented so that we can do away with superfluous wrapper components. Cheers, Rob
Thanks a lot for the update @jasonaden
We've actually outgrown this feature request, as we now use Resolvers to set data on a common service and then input the data into our components via a wrapper component....
Hi @suppadeliux, I'm currently writing up an article which details our journey from before asking for ths feature, to needing this feature, to creating the wrapper component etc. It'll include...
@suppadeliux no worries. I'm working on it. But for now, it's quite similar to @ndr 's solution. so you may want to check that out. https://github.com/ndr/ngx-route-params-input Nice work @ndr :)...
Yeah, that was just pseudo-code that I wrote. I was struggling with the proper real code, but I've just figured out how to do it with generics. I'll show it...
Hi @suppadeliux, @ndr , Sorry it took a little longer than I expected, but here it is: https://medium.com/swlh/a-better-way-to-pass-data-to-your-angular-components-e8b5ef6a642a?source=friends_link&sk=57aa462301a88273e78442fb06d653a1 It's not exactly what you were after @suppadeliux, but it might give...
Having these dependencies results in not being able to build our project that is within a monorepo, as Angular 9.0.0 is what gets installed in the root `node_modules` directory, as...
Agreed. Would love to see some benchmarks on this.