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

4 lines (3 loc) 171 B
import { InjectionToken } from '@angular/core'; import { Method } from '@rxap/pattern'; export declare const TABLE_HEADER_BUTTON_METHOD: InjectionToken<Method<any, any>>;