Sep 6, 2018 · 1 min read
That’s a good article, but, one thing I found is that you used .pipe() .pipe() for every operator, instead, you can do like observable.pipe(map(x => ...), filter(y => ...), mapTo(...)) .
That’s a good article, but, one thing I found is that you used .pipe() .pipe() for every operator, instead, you can do like observable.pipe(map(x => ...), filter(y => ...), mapTo(...)) .