-
-
Notifications
You must be signed in to change notification settings - Fork 553
Labels
angularRelated to Angular generation issuesRelated to Angular generation issues
Milestone
Description
Context
Angular is transitioning to signals and since v19.2 Angular has introduced httpResource async signal.
As of v20.1 httpResource is still experimental but it will become the recommended way to fetch data when stable.
Current behavior
Orval exposes Observable<T> from HttpClient for every request.
Expected behavior
Expose httpResource's signal, Observable<T> or both for every GET requests. Ideally it should be configurable.
Keep the current behavior for other HTTP verbs (POST, PUT, ...).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
angularRelated to Angular generation issuesRelated to Angular generation issues