-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Closing #4 was a little premature. We can write our own pipeable operators and use them now, but due to the way rxjs is imported in the sandbox we cannot use all the built-ins as pipeable operators. For example, ideally this would work:
const source$ = of(42);
source$.pipe(
map(value => 2 * value)
)
This would be really useful to quickly copy-paste samples from code you're writing to debug them as well as allow using rxviz as a reference for answers on platforms such as StackOverflow.
MattiJarvinen, tsvetan-ganev and maykon-oliveiraEricSmekens
Metadata
Metadata
Assignees
Labels
No labels