Skip to content

Refactor rxjs imports and operator usage (use pipe) #460

Open
@harunurhan

Description

@harunurhan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions