Make public pipeFromArray
#6248
caenguidanos
started this conversation in
Ideas / Feature request
Replies: 1 comment 3 replies
-
Wouldn't just array spreading work alright for your use case?: const subscription = subjectRef.current
.pipe(...operators, save$)
.subscribe() My apologies if you're not looking for feedback on this hook, but I think there's a few things that could be improved:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
One question for the team of RxJS: ¿Why
pipeFromArray
is a private function? With public access we can do cool things like:Best regards,
Beta Was this translation helpful? Give feedback.
All reactions