UNPKG

dynamic-mat-table

Version:

dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.

9 lines (8 loc) 245 B
import { OnDestroy, OnInit } from '@angular/core'; export declare class TooltipComponent implements OnInit, OnDestroy { content: any; class: string; constructor(content: any); ngOnInit(): void; ngOnDestroy(): void; }