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) 683 B
import * as i0 from "@angular/core"; import * as i1 from "./selected-rows.directive"; import * as i2 from "./checkbox-cell/checkbox-cell.component"; import * as i3 from "./checkbox-header-cell/checkbox-header-cell.component"; export declare class SelectRowModule { static ɵfac: i0.ɵɵFactoryDeclaration<SelectRowModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SelectRowModule, never, [typeof i1.SelectedRowsDirective, typeof i2.CheckboxCellComponent, typeof i3.CheckboxHeaderCellComponent], [typeof i2.CheckboxCellComponent, typeof i3.CheckboxHeaderCellComponent, typeof i1.SelectedRowsDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<SelectRowModule>; }