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
Which @ngrx/* package(s) are the source of the bug?
data
Minimal reproduction of the bug/regression with instructions
When a user creates a Custom Dataservice and passes http options to DataService.execute() they are complete removed by the application of HttpOptions passed via actions. For example:
I would be willing to submit a PR to fix this issue
Yes
No
The text was updated successfully, but these errors were encountered:
cam-m
changed the title
HttpOptions removes options passed to execute via a overriden methods in a custom DataService
HttpOptions removes options passed to execute via a overridden methods in a custom DataService
Mar 3, 2023
cam-m
pushed a commit
to cam-m/ngrx-platform
that referenced
this issue
Mar 3, 2023
Which @ngrx/* package(s) are the source of the bug?
data
Minimal reproduction of the bug/regression with instructions
When a user creates a Custom Dataservice and passes http options to DataService.execute() they are complete removed by the application of HttpOptions passed via actions. For example:
observe: 'body' would be removed incorrectly.
Minimal reproduction of the bug/regression with instructions
Expected that all options would passed to execute and merged with any http options
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
Ngrx: 15.3
Other information
raised here by @e-oz
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: