Added method to retrieve element or throw

This commit is contained in:
squidfunk
2020-02-14 09:52:22 +01:00
parent 718b51bac9
commit 8c92565b7b
6 changed files with 50 additions and 29 deletions

View File

@@ -24,8 +24,7 @@ import { Observable, OperatorFunction, pipe } from "rxjs"
import {
distinctUntilKeyChanged,
shareReplay,
switchMap,
tap
switchMap
} from "rxjs/operators"
import {