UNPKG

@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) 573 B
import { SelectRowService } from '../select-row.service'; import * as i0 from "@angular/core"; export declare class CheckboxCellComponent<Data extends Record<string, any>> { readonly selectRow: SelectRowService<Data>; element: Data; constructor(selectRow: SelectRowService<Data>); static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxCellComponent<any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxCellComponent<any>, "td[rxap-checkbox-cell]", never, { "element": { "alias": "element"; "required": true; }; }, {}, never, never, true, never>; }