Fixing typescript compilation error to work together with AMA (#3938)

This commit is contained in:
Popovics András 2018-11-02 10:53:15 +01:00 committed by Eugenio Romano
parent 50a93ff869
commit daf7c50a19

View File

@ -34,7 +34,7 @@ export class TxtViewerComponent implements OnChanges {
@Input() @Input()
blobFile: Blob; blobFile: Blob;
content: string; content: string | ArrayBuffer;
constructor(private http: HttpClient) { constructor(private http: HttpClient) {
} }