diff --git a/lib/core/viewer/components/txtViewer.component.ts b/lib/core/viewer/components/txtViewer.component.ts index 89a8d89b7f..36f84dbf0a 100644 --- a/lib/core/viewer/components/txtViewer.component.ts +++ b/lib/core/viewer/components/txtViewer.component.ts @@ -34,7 +34,7 @@ export class TxtViewerComponent implements OnChanges { @Input() blobFile: Blob; - content: string; + content: string | ArrayBuffer; constructor(private http: HttpClient) { }