Skip to content

Commit

Permalink
docs: fix typo in TemplateRef HTML code
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhateja committed Aug 6, 2024
1 parent 983afe0 commit 89e14f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</div>

<!-- using-ng-template-ref.component.html -->
<table datatable [dtOptions]="dtOptions" class="row-border hover"></table>
<table datatable [dtOptions]="dtOptions" [dtTrigger]="dtTrigger" class="row-border hover"></table>

```

0 comments on commit 89e14f9

Please sign in to comment.