You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would love to implement the newest features of Angular in my API client using the Resource API or even better the new HttpResource introduced in Angular v19.2, but currently there is no support of this feature.
Describe the solution you'd like
I want to be able to generate my client either using the standard HttpClient or using the new Resource. Or perhaps even generate both. I think it would be nice to then have them as services and inject them into the angular components (as it is right now for the HttpClient)
Describe alternatives you've considered
There isn't really any well established library which supports this feature yet. So currently I am just manually creating my client by myself.
Additional context
The text was updated successfully, but these errors were encountered:
I like this feature suggestion. Especially with the experimental httpResource there are several possibilities. However, the question is how the generated api should look exactly. When this has been worked out in detail, I would like to actively participate in the implementation. It should be configurable in any case.
is this being discussed somewhere? the only thing i found so far is this issue
@fchtngr unfortunately I haven't seen anything regarding this. Neither in this client generator, nor in other client generators. It would be really nice to implement this asap. Since there is a lot of use cases for this already.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I would love to implement the newest features of Angular in my API client using the Resource API or even better the new HttpResource introduced in Angular v19.2, but currently there is no support of this feature.
Describe the solution you'd like
I want to be able to generate my client either using the standard
HttpClient
or using the newResource
. Or perhaps even generate both. I think it would be nice to then have them as services and inject them into the angular components (as it is right now for theHttpClient
)Describe alternatives you've considered
There isn't really any well established library which supports this feature yet. So currently I am just manually creating my client by myself.
Additional context
The text was updated successfully, but these errors were encountered: