Most of the short function names in this snippet are RxJS statements .
Instead:
Observable.of()Observable.from()Observable.mergeMap()
You have:
Look at the top of the snippet, you should see the import for these RxJS statements.
Please note that this is NOT a common practice (I think this makes the code more difficult to read).
source share