How to use this plugin in angular 2?
I need to use this in angular 2. Is there a way to use it in angluar 2?
I don't think it's very possible since Angular 1 and Angular 2/4 are significantly different. I also don't find an Angular 2/4 plugin for text ellipsis now. Maybe you can try a framework-independent library like Ellipsity.
I couldn't find anything for angular4 either, so I just wrote it myself ;-) (Caveat: Haven't tried it out on many browsers yet):
To install, run: npm install ngx-ellipsis --save
Source & Documentation: https://github.com/lentschi/ngx-ellipsis
Alternatively, if you don't require "more" links and stuff like that, you might search the web for "-o-ellipsis-lastline polyfill" ;-)