refactor(@angular-devkit/core): adjust rxjs type usage

Required for upcoming upgraded to rxjs 6.3
This commit is contained in:
Charles Lyding 2018-09-25 09:49:58 -04:00 committed by Hans
parent b19a348c69
commit 1a3a117b48

View File

@ -86,7 +86,7 @@ function _visitJsonRecursive<ContextT>(
}),
ignoreElements(),
),
observableOf(value),
observableOf<JsonValue>(value),
);
} else if (typeof value == 'object' && value !== null) {
return concat(