Replies: 1 comment
-
Hey @leomayer, we are still thinking about a proper support. The resource API in v20 will have significant differences compared to 19.2. In handsight, it was a good decision that we didn’t jump on it too early. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the new Angular version 19.2 we get
httpresource
. I've seen in Manfred's blog how to use it but honestly I have no clue how to use it "properly" together with SignalStore. Is there an example available?My main q directs toward
rxMethods
and ifhttpresource
is a "suitable" replacement. Suitable in sense of encapsulating a change from a Signal which will then fetch the content and provide the result. If I take from Manfreds "Dessert app" therxLoad
uses the changes from the Signal - which could be done now more "easily" withhttpresource
I don't know at which place of the Flight app this is included. But how would I fetch the flight from a
service
viahttpresource
- assuming the search criteria is provided as Signal? And how to update the states (flight results and/or state requests)? Or are they now defined outside thesignalstore
and just patch the states? (more or less decoupled)Can you please give me rough skeleton how you would use it?
Beta Was this translation helpful? Give feedback.
All reactions