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

@@ -24,22 +24,20 @@ import {
Observable,
Subject,
animationFrameScheduler,
combineLatest,
defer,
of
} from "rxjs"
import {
bufferCount,
combineLatest,
combineLatestWith,
defer,
distinctUntilChanged,
distinctUntilKeyChanged,
filter,
map,
observeOn,
of,
shareReplay,
startWith,
switchMap
} from "rxjs/operators"
} from "rxjs"
import { feature } from "~/_"
import { resetHeaderState, setHeaderState } from "~/actions"

View File

@@ -24,15 +24,13 @@ import {
NEVER,
Observable,
Subject,
animationFrameScheduler
} from "rxjs"
import {
animationFrameScheduler,
distinctUntilKeyChanged,
finalize,
map,
observeOn,
tap
} from "rxjs/operators"
} from "rxjs"
import {
resetHeaderTitleState,