chaodyz / ngx-line-truncation

An Angular line truncating solution. Truncate text block by given line number and add ellipsis to the end.

Home Page:https://line-truncation-site.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Angular 15

PavithiraManoharan opened this issue · comments

Is it possible to upgrade the dependencies to support Angular 15?

Even without official support of Angular 15, it would be good to set the peer dependencies version to something greater than to include upcoming Angular version.

"peerDependencies": {
  "@angular/common": ">=14.0.0",
  "@angular/core": ">=14.0.0"
},

This would avoid dependency conflicts during "npm install" and should be a quick fix.

Do we have any update on this?