Skip to content

Commit

Permalink
fix(@angular-devkit/schematics): use rxjs version of isObservable
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and Keen Yee Liau committed May 13, 2019
1 parent 9de206e commit 34b296d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
InvalidJsonCharacterException,
JsonObject,
UnexpectedEndOfInputException,
isObservable,
isPromise,
normalize,
virtualFs,
Expand All @@ -21,6 +20,7 @@ import { dirname, isAbsolute, join, resolve } from 'path';
import {
Observable,
from as observableFrom,
isObservable,
of as observableOf,
throwError,
} from 'rxjs';
Expand Down

0 comments on commit 34b296d

Please sign in to comment.