mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixing typescript compilation error to work together with AMA (#3938)
This commit is contained in:
committed by
Eugenio Romano
parent
50a93ff869
commit
daf7c50a19
@@ -34,7 +34,7 @@ export class TxtViewerComponent implements OnChanges {
|
||||
@Input()
|
||||
blobFile: Blob;
|
||||
|
||||
content: string;
|
||||
content: string | ArrayBuffer;
|
||||
|
||||
constructor(private http: HttpClient) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user