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:
Christopher Dahm
2018-12-14 12:19:26 -05:00
committed by Miško Hevery
parent 9e5065a778
commit 7e6350ce2e
13 changed files with 22 additions and 50 deletions

View File

@ -1 +1,3 @@
import "@angular/core";
import "rxjs";

View File

@ -1,3 +1,5 @@
import "tslib";
import "@angular/core";
import "rxjs";