UNPKG

@hmcts/media-viewer

Version:
17 lines 1.29 kB
import { Actions } from '@ngrx/effects'; import { DocumentConversionApiService } from '../../viewers/convertible-content-viewer/document-conversion-api.service'; import { RotationApiService } from '../../viewers/rotation-persist/rotation-api.service'; import * as documentActions from '../actions/document.actions'; import * as i0 from "@angular/core"; export declare class DocumentEffects { private actions$; private documentConversionService; private rotationApiService; constructor(actions$: Actions, documentConversionService: DocumentConversionApiService, rotationApiService: RotationApiService); convert$: import("rxjs").Observable<documentActions.ConvertSuccess | documentActions.ConvertFailure> & import("@ngrx/effects").CreateEffectMetadata; loadRotation$: import("rxjs").Observable<documentActions.LoadRotationSuccess | documentActions.LoadRotationFailure> & import("@ngrx/effects").CreateEffectMetadata; saveRotation$: import("rxjs").Observable<documentActions.SaveRotationSuccess | documentActions.SaveRotationFailure> & import("@ngrx/effects").CreateEffectMetadata; static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEffects, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DocumentEffects>; } //# sourceMappingURL=document.effects.d.ts.map