Is there any possibilities to replace pipe, map, observable of rxjs operators with Angular signals, while manage api call and their response according to requiremnt.
Tried for manage api call response, but I think didn't get fast response as compare to rxjs operators. It's managable is somehow difficult.
Expecting your experience with signals and response time of modified data.