lentschi / ngx-ellipsis

Multiline text with ellipsis for angular 9+
MIT License
96 stars 22 forks source link

Use on other elements then divs #14

Closed FrancisGroleau closed 5 years ago

FrancisGroleau commented 5 years ago

Could it be possible to use the directive on other elements than divs ? like

<p ellipsis [ellipsis-content]="longtext"></p>