material-dynamic-table
Version:
Dynamic table component for angular built on top of angular material table. It offers sorting, pagination, filtering per column and the ability to specify content types and components used for displaying them.
10 lines (9 loc) • 366 B
TypeScript
import { Type } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CellService {
private registeredCells;
registerCell(type: string, component: Type<any>): void;
getCell(type: string): Type<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<CellService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CellService>;
}