Skip to content

Commit 578790b

Browse files
RudarDamanmmalerba
authored andcommitted
fix: missing tag in footer-row of material table (#15711)
1 parent a258400 commit 578790b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/table/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ data rows.
287287

288288
<tr mat-header-row *matHeaderRowDef="columnsToDisplay"></tr>
289289
<tr mat-row *matRowDef="let myRowData; columns: columnsToDisplay"></tr>
290-
<tr mat-footer-row *matFooterRowDef="columnsToDisplay"></tr
290+
<tr mat-footer-row *matFooterRowDef="columnsToDisplay"></tr>
291291
```
292292

293293
<!--- example(table-footer-row) -->

0 commit comments

Comments
 (0)