mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fixing typescript compilation error to work together with AMA (#3938)
This commit is contained in:
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) {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user