Skip to content

Commit baf57d3

Browse files
authoredMar 18, 2019
Update app-breadcrumb.service.ts
Removed the index from rxjs import
1 parent 92fa0db commit baf57d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎projects/coreui/angular/src/lib/breadcrumb/app-breadcrumb.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable } from '@angular/core';
22
import { Router, ActivatedRoute, NavigationEnd } from '@angular/router';
3-
import { BehaviorSubject, Observable } from 'rxjs/index';
3+
import { BehaviorSubject, Observable } from 'rxjs';
44
import { filter } from 'rxjs/operators';
55

66
@Injectable()

0 commit comments

Comments
 (0)
Please sign in to comment.