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
3838last).
3939
4040The 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
4242what type of rows you want rendered (e.g. if you do not need a footer row, simply do not add
4343its definition).
4444
@@ -183,4 +183,4 @@ selectors. For example, `<table cdk-table>` becomes `<cdk-table>`; `<tr cdk-row`
183183
184184For an example of how to render the structure as a table, see the
185185[ 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