Is it feasible to substitute pipe, map, and observable from rxjs operators with Angular signals while efficiently managing API calls and their responses as needed?
I attempted to manage API call responses using signals but did not receive quick response times compared to rxjs operators. Managing it is somewhat challenging.
I am curious about your experiences with signals and the response time of modified data.