Added total price calculator

This commit is contained in:
2018-07-12 17:16:33 -04:00
parent 2055c1f27b
commit 12fa5ade5c
2 changed files with 7 additions and 6 deletions

View File

@ -57,7 +57,7 @@
</td>
<td style="width: 10%">
<mat-form-field>
<input matInput placeholder="Cost" [value]="cost() | currency" [readonly]="true">
<input matInput placeholder="Total Cost" [value]="cost() | currency" [readonly]="true">
</mat-form-field>
</td>
</tr>