File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ template. The directive also exports the same properties as `ngFor` (index, even
38
38
last).
39
39
40
40
The next step is to define the table's header-row (` cdkHeaderRowDef ` ), data-row (` cdkRowDef ` ),
41
- and fitler -row (` cdkFooterRowDef ` ). Note that each of these are optional to include, depending on
41
+ and footer -row (` cdkFooterRowDef ` ). Note that each of these are optional to include, depending on
42
42
what type of rows you want rendered (e.g. if you do not need a footer row, simply do not add
43
43
its definition).
44
44
@@ -183,4 +183,4 @@ selectors. For example, `<table cdk-table>` becomes `<cdk-table>`; `<tr cdk-row`
183
183
184
184
For an example of how to render the structure as a table, see the
185
185
[ documentation for ` <mat-table> ` ] ( https://material.angular.io/components/table ) which includes
186
- the style support for this approach.
186
+ the style support for this approach.
You can’t perform that action at this time.
0 commit comments