Comment on Angular v22parentComments−jessyco3moI never understood the problem with the rxjs, its a challenge to learn for those not used to the pattern but its very nice.Regardless signals is also fine, we have ways now to interop between rxjs to signal for those looking for it:https://angular.dev/api/core/rxjs-interop/toSignalPersonally the http client workflow is fine. Usually lives in a service and exposes the needed values in any form we want.
Comments
I never understood the problem with the rxjs, its a challenge to learn for those not used to the pattern but its very nice.
Regardless signals is also fine, we have ways now to interop between rxjs to signal for those looking for it:
https://angular.dev/api/core/rxjs-interop/toSignal
Personally the http client workflow is fine. Usually lives in a service and exposes the needed values in any form we want.