mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1ad4d55d91
Extend toSignal to accept any Subscribable (instead of only Observable) for consistency with AsyncPipe and for broader compatibility with any observable library (that is compatible with the Subscribable interface). This is only a type change as the implementation does not use anything else than the Subscribable interface anyway. PR Close #50162