refactor: use isObservable provided by rxjs 6.1+ (#27668)
Refactor common, core, forms, router to use the isObservable method from rxjs 6.1+. Remove the isObservable method from core. PR Close #27668
This commit is contained in:

committed by
Miško Hevery

parent
9e5065a778
commit
7e6350ce2e
@ -1 +1,3 @@
|
||||
import "@angular/core";
|
||||
|
||||
import "rxjs";
|
||||
|
@ -1,3 +1,5 @@
|
||||
import "tslib";
|
||||
|
||||
import "@angular/core";
|
||||
|
||||
import "rxjs";
|
||||
|
Reference in New Issue
Block a user