Skip to content

app-breadcrumb.service.ts has wrong import from "rxjs" so causes overhead in resulted bundle #22

Closed
@nazar-kuzo

Description

@nazar-kuzo

app-breadcrumb.service.ts has wrong import from "rxjs" so causes overhead in resulted bundle

File
coreui-angular/projects/coreui/angular/src/lib/breadcrumb/app-breadcrumb.service.ts

Line
import { Observable } from 'rxjs/index';

Expected
import { Observable } from 'rxjs';

Activity

xidedix

xidedix commented on Oct 25, 2018

@xidedix
Member

thanks @nazar-kuzo
PR welcome!

sparun160782

sparun160782 commented on Mar 18, 2019

@sparun160782
Contributor

I have corrected and committed the code as excepted and also merged the same issue is also at
@coreui/angular/fesm5/coreui-angular.js which is also corrected. Kindly rectify as quick as possible since we unable to run the project.

xidedix

xidedix commented on Mar 18, 2019

@xidedix
Member

closed by #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      app-breadcrumb.service.ts has wrong import from "rxjs" so causes overhead in resulted bundle · Issue #22 · coreui/coreui-angular