Skip to content

Commit 5753653

Browse files
committed
clean docs
1 parent 6eee6bf commit 5753653

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/framework/angular/angular-table.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ To render a Component into a specific column header/cell/footer, you can pass a
8888
your `ComponentType, with the ability to include parameters such as inputs and an injector.
8989

9090
```ts
91-
import {FlexRenderComponent} from "@tanstack/angular-table";
9291
import {flexRenderComponent} from "./flex-render-component";
9392
import {ChangeDetectionStrategy} from "@angular/core";
9493

@@ -156,8 +155,6 @@ to the corresponding column definitions. These column definitions will be provid
156155
with the `context`.
157156

158157
```ts
159-
import {FlexRenderComponent} from "@tanstack/angular-table";
160-
161158
class AppComponent {
162159
columns: ColumnDef<Person>[] = [
163160
{

0 commit comments

Comments
 (0)