mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ef3ec34aa3
The existing example makes it seem like zip is a pipeable operator. It can be used this way, but I think that is for backwards compatibility. You can achieve the same functionality by using it as an Observable creator. I think this also makes the example clearer. PR Close #26790