Skip to main content

Type Alias: HttpMutation<Parameter, Result>

HttpMutation<Parameter, Result>: Mutation<Parameter, Result> & object

Defined in: libs/ngrx-toolkit/src/lib/mutation/http-mutation.ts:52

Type declaration

downloadProgress

downloadProgress: Signal<HttpProgressEvent | undefined>

headers

headers: Signal<HttpHeaders | undefined>

statusCode

statusCode: Signal<string | undefined>

uploadProgress

uploadProgress: Signal<HttpProgressEvent | undefined>

Type Parameters

Parameter

Result