Switched to new RxJS API

This commit is contained in:
squidfunk
2021-11-13 12:05:24 +01:00
parent 9ef21503ca
commit 76035dee40
58 changed files with 265 additions and 220 deletions

View File

@@ -21,15 +21,18 @@
*/
import "focus-visible"
import { NEVER, Subject, defer, merge } from "rxjs"
import {
NEVER,
Subject,
defer,
delay,
filter,
map,
merge,
mergeWith,
shareReplay,
switchMap
} from "rxjs/operators"
} from "rxjs"
import { configuration, feature } from "./_"
import {