@siemens/ngx-datatable
Version:
ngx-datatable is an Angular table grid component for presenting large and complex data.
8 lines (7 loc) • 353 B
TypeScript
import { InjectionToken } from "@angular/core";
import type { DatatableComponent } from "../components/datatable.component";
/**
* This token is created to break cycling import error which occurs when we import
* DatatableComponent in DataTableRowWrapperComponent.
*/
export declare const DatatableComponentToken: InjectionToken<DatatableComponent>;