Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 5b699f7

Browse files
clydinBrocco
authored andcommitted
fix(@angular-devkit/schematics): support existing CLI versions
1 parent 4790a5a commit 5b699f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/schematics/src/sink/filesystem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import * as fs from 'fs';
99
import { dirname, join } from 'path';
1010
import { Observable } from 'rxjs/Observable';
11+
import 'rxjs/add/operator/concat'; // provides support for CLI < 1.6.5/1.7.0-beta.1
1112
import { VirtualFileSystemSink, VirtualFileSystemSinkHost } from './virtual-filesystem';
1213

1314

0 commit comments

Comments
 (0)