We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bc0e9 commit 7282707Copy full SHA for 7282707
src/material-examples/table-footer-row/table-footer-row-example.html
@@ -12,7 +12,7 @@
12
<ng-container matColumnDef="cost">
13
<mat-header-cell *matHeaderCellDef> Cost </mat-header-cell>
14
<mat-cell *matCellDef="let transaction"> {{transaction.cost | currency}} </mat-cell>
15
- <mat-footer-cell *matFooterCellDef> getTotalCost() </mat-footer-cell>
+ <mat-footer-cell *matFooterCellDef> {{getTotalCost() | currency}} </mat-footer-cell>
16
</ng-container>
17
18
<mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>
0 commit comments