You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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';
The text was updated successfully, but these errors were encountered: