<div>
<ul>
<li *ngFor="let fileInfo of fileInfoTotal">
{{ fileInfo.info.name }} / {{ fileInfo.info.size }}
</li>
</ul>
</div>