Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 8353b2f

Browse files
committed
doc: fix dt-instance snippet
1 parent 1949acf commit 8353b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/app/advanced/dt-instance-snippet.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class DtInstanceSnippetComponent {
2525
</p>
2626
<p>
2727
<blockquote>
28-
The DataTable instance ID is: {{ (datatableEl.dtInstance | async)?.table().node().id }}
28+
The DataTable instance ID is: {{ (datatableElement.dtInstance | async)?.table().node().id }}
2929
</blockquote>
3030
</p>
3131
&lt;table datatable [dtOptions]="dtOptions" class="row-border hover"&gt;&lt;/table&gt;</code>

0 commit comments

Comments
 (0)