Author: Lars

  • Hooking up signals

    Recently in our study group the following question came up: How do I get the id from my route params into my service, so that I can use that in a httpResource? Getting the id into the component was the easy part (and already done): Just use withComponentInputBinding() on your router configuration and create a…