Added proper supplier table
This commit is contained in:
parent
8dbdcbb481
commit
85f91f0d4b
7 changed files with 77 additions and 24 deletions
3
src/app/shared/supplier-result.component.html
Normal file
3
src/app/shared/supplier-result.component.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<td>{{supplier.name}}</td>
|
||||
<td>{{supplier.postcode}}</td>
|
||||
<td>{{supplier.spend | currency:'GBP':'symbol':'1.2-2' }}</td>
|
Reference in a new issue