m-truncate
Version:
`mTruncate` is a **lightweight, flexible, and fully standalone Angular directive** that truncates text dynamically and optionally displays a **tooltip** with the full text. It supports **character-based**, **line-based**, and **width-based** truncation
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>;
}