Skip to content

Commit 34b296d

Browse files
clydinKeen Yee Liau
authored and
Keen Yee Liau
committed
fix(@angular-devkit/schematics): use rxjs version of isObservable
1 parent 9de206e commit 34b296d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/schematics/tools/file-system-engine-host-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
InvalidJsonCharacterException,
1111
JsonObject,
1212
UnexpectedEndOfInputException,
13-
isObservable,
1413
isPromise,
1514
normalize,
1615
virtualFs,
@@ -21,6 +20,7 @@ import { dirname, isAbsolute, join, resolve } from 'path';
2120
import {
2221
Observable,
2322
from as observableFrom,
23+
isObservable,
2424
of as observableOf,
2525
throwError,
2626
} from 'rxjs';

0 commit comments

Comments
 (0)