@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
17 lines (16 loc) • 1.29 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./table-row-action.directive";
import * as i2 from "./table-row-action-executing.directive";
import * as i3 from "./table-row-header-action.directive";
import * as i4 from "./row-action-check.pipe";
import * as i5 from "@rxap/components";
import * as i6 from "@angular/material/tooltip";
import * as i7 from "@angular/material/button";
import * as i8 from "@angular/material/icon";
import * as i9 from "@angular/material/progress-bar";
import * as i10 from "@angular/common";
export declare class TableRowActionsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowActionsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TableRowActionsModule, never, [typeof i1.TableRowActionDirective, typeof i2.TableRowActionExecutingDirective, typeof i3.TableRowHeaderActionDirective, typeof i4.RowActionCheckPipe, typeof i5.ConfirmModule], [typeof i1.TableRowActionDirective, typeof i3.TableRowHeaderActionDirective, typeof i2.TableRowActionExecutingDirective, typeof i4.RowActionCheckPipe, typeof i6.MatTooltipModule, typeof i7.MatButtonModule, typeof i5.ConfirmModule, typeof i8.MatIconModule, typeof i9.MatProgressBarModule, typeof i10.CommonModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TableRowActionsModule>;
}