Open
Description
Instead of import 'rxjs/add/operator...'
which does prototype patches Observable
, Subject
etc., do import { ... } from 'rxjs/operators';
. Then compose them, via pipe
operator.
https://blog.angularindepth.com/rxjs-understanding-lettable-operators-fe74dda186d3