mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 01:54:04 +08:00
refactor(@angular-devkit/core): adjust rxjs type usage
Required for upcoming upgraded to rxjs 6.3
This commit is contained in:
parent
b19a348c69
commit
1a3a117b48
@ -86,7 +86,7 @@ function _visitJsonRecursive<ContextT>(
|
||||
}),
|
||||
ignoreElements(),
|
||||
),
|
||||
observableOf(value),
|
||||
observableOf<JsonValue>(value),
|
||||
);
|
||||
} else if (typeof value == 'object' && value !== null) {
|
||||
return concat(
|
||||
|
Loading…
x
Reference in New Issue
Block a user