UNPKG

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.

5 lines (4 loc) 171 B
export * from './lib/m-truncate.service'; export * from './lib/m-truncate.component'; export * from './lib/m-truncate.directive'; export * from './lib/m-truncate.module';