m-truncate
Version:
`mTruncate` is a lightweight and customizable Angular directive for truncating text with support for tooltips. It allows you to truncate text based on width or a specified number of lines and display a tooltip when the full text is not visible.
8 lines (7 loc) • 390 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./m-truncate.directive";
export declare class MTruncateModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MTruncateModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MTruncateModule, never, [typeof i1.MTruncateDirective], [typeof i1.MTruncateDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MTruncateModule>;
}