@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
12 lines (11 loc) • 579 B
TypeScript
import { TemplateRef, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TableRowActionExecutingDirective {
readonly templateRef: TemplateRef<void>;
private readonly vcr;
constructor(templateRef: TemplateRef<void>, vcr: ViewContainerRef);
show(): void;
hide(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowActionExecutingDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TableRowActionExecutingDirective, "[rxapTableRowActionExecuting]", never, {}, {}, never, never, true, never>;
}