mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
daaf0fd2f6
The private util `isObservable` was actually just testing the same thing as`isSubscribable()`. As the implementation is closer to the function's name, let's only keep ``isSubscribable`. PR Close #49295