@rxap/material-table-system
Version:
This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify c
10 lines (9 loc) • 600 B
TypeScript
import { ExpandRowService } from '../expand-row.service';
import * as i0 from "@angular/core";
export declare class ExpandControlsCellComponent<Data extends Record<string, any>> {
readonly expandCell: ExpandRowService<Data>;
element: Data;
constructor(expandCell: ExpandRowService<Data>);
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandControlsCellComponent<any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandControlsCellComponent<any>, "td[rxap-expand-controls-cell]", never, { "element": { "alias": "element"; "required": true; }; }, {}, never, never, true, never>;
}