Open
Description
Angular v17 includes a stable API for Signals. I am wondering if that might have an impact for apollo-angular
or not.
So far I would say that because apollo-angular
is mostly doing XHR, and that XHR must be cancellable, then we must keep using observable. And if somebody would rather work with non-cancellable signal (which does not sound like a great idea to me), then it is up to them to adapt their consuming code. So there is nothing to be done within the lib.
But I'd like to hear the thoughts of the community and see if I am maybe missing something ?