Revert "refactor: use isObservable provided by rxjs 6.1+ (#27668)"

This reverts commit 7e6350ce2e.
This commit is contained in:
Miško Hevery
2019-11-27 13:01:40 -08:00
parent fc2db27446
commit ef8b95abae
13 changed files with 50 additions and 22 deletions

View File

@ -6,8 +6,9 @@
* found in the LICENSE file at https://angular.io/license
*/
import {isObservable} from 'rxjs';
import {assertDataInRange} from '../../util/assert';
import {isObservable} from '../../util/lang';
import {EMPTY_OBJ} from '../empty';
import {PropertyAliasValue, TNode, TNodeFlags, TNodeType} from '../interfaces/node';
import {GlobalTargetResolver, RElement, Renderer3, isProceduralRenderer} from '../interfaces/renderer';