Angular directive extension. This directive fit the content to parent size and complete the text with ... like </br> ```text-overflow: ellipsis``` in css. It is working with multiline text. ## Usage ``` import { MultilineDotdotdotModule } from 'mul
npm install multiline-dotdotdottext-overflow: ellipsis` in css.
It is working with multiline text.
Usage
`
import { MultilineDotdotdotModule } from 'multiline-dotdotdot';
@NgModule({
imports: [
MultilineDotdotdotModule
],
})
export class ExampleModule { }
`
In html
`
Some quick example text to be rendered in p tag.
``