Skip to content

Commit

Permalink
clean docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Jan 5, 2025
1 parent 6eee6bf commit 5753653
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/framework/angular/angular-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ To render a Component into a specific column header/cell/footer, you can pass a
your `ComponentType, with the ability to include parameters such as inputs and an injector.

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

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

```ts
import {FlexRenderComponent} from "@tanstack/angular-table";

class AppComponent {
columns: ColumnDef<Person>[] = [
{
Expand Down

0 comments on commit 5753653

Please sign in to comment.