Skip to content

Use proper way of rxjs imports #172

@pburgmer

Description

@pburgmer

Hi,

First of all: Thanks for this cool library.

We have some trouble building a bigger application with the Angular CLI. Digging deeper I saw you import Observables like this: import { Observable } from 'rxjs/Rx';. This kind of import statements leads to a bigger file size. Please see https://christianliebel.com/2017/07/import-rxjs-correctly/ for more details.

Could you please update your import statements to import { Observable } from 'rxjs/Observable'; and add the operators manually.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions