From 5753653ce23c08d172d18a6b7a2c78c9ebc39f4e Mon Sep 17 00:00:00 2001 From: riccardoperra Date: Sun, 5 Jan 2025 17:57:47 +0100 Subject: [PATCH] clean docs --- docs/framework/angular/angular-table.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/framework/angular/angular-table.md b/docs/framework/angular/angular-table.md index a4fff40445..d41ad37397 100644 --- a/docs/framework/angular/angular-table.md +++ b/docs/framework/angular/angular-table.md @@ -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"; @@ -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[] = [ {