zgo/src/app/viewer/viewer.component.html

15 lines
247 B
HTML
Raw Normal View History

2021-10-21 16:22:48 +00:00
<app-header></app-header>
2021-10-15 19:14:49 +00:00
<div align="center">
2021-10-28 20:34:48 +00:00
<h1>{{(ownerUpdate | async)!.name}}</h1>
2021-10-15 19:14:49 +00:00
</div>
<table cellspacing="0" width="100%">
<tr>
<td>
<app-item-list></app-item-list>
</td>
<td>
<app-order></app-order>
</td>
</tr>
</table>