Skip to content

Commit 43014d5

Browse files
committed
fix: update comment to reflect usage of injectTable hook in app.component.ts
1 parent 6c19850 commit 43014d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/angular/basic/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component, signal } from '@angular/core'
22
import { FlexRender, injectTable, tableFeatures } from '@tanstack/angular-table'
33
import type { ColumnDef } from '@tanstack/angular-table'
44

5-
// This example uses the classic standalone `useTable` hook to create a table without the new `createTableHelper` util.
5+
// This example uses the classic standalone `injectTable` hook to create a table without the new `createTableHelper` util.
66

77
// 1. Define what the shape of your data will be for each row
88
type Person = {

0 commit comments

Comments
 (0)