Skip to content

Commit

Permalink
refactor: use rowexpansion template name in showcase code (#17251)
Browse files Browse the repository at this point in the history
Adjusting showcase code to use `rowexpansion` instead of `expandedrow`, according to the documentation.
  • Loading branch information
lezram authored Jan 15, 2025
1 parent ca8541e commit 0cc39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/showcase/doc/table/rowexpansiondoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export class RowExpansionDoc {
</td>
</tr>
</ng-template>
<ng-template #expandedrow let-product>
<ng-template #rowexpansion let-product>
<tr>
<td colspan="7">
<div class="p-4">
Expand Down

0 comments on commit 0cc39d9

Please sign in to comment.