@clr/angular
Version:
Angular components for Clarity
15 lines (14 loc) • 674 B
TypeScript
import { AfterContentInit, OnDestroy } from '@angular/core';
import { ColumnsService } from '../providers/columns.service';
import * as i0 from "@angular/core";
export declare class DatagridRowRenderer implements AfterContentInit, OnDestroy {
private columnsService;
private cells;
private subscriptions;
constructor(columnsService: ColumnsService);
ngAfterContentInit(): void;
ngOnDestroy(): void;
setColumnState(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DatagridRowRenderer, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DatagridRowRenderer, "clr-dg-row, clr-dg-row-detail", never, {}, {}, ["cells"], never, false, never>;
}