Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
903 stars 359 forks source link

Build failure with latest Angular #901

Closed mgechev closed 5 years ago

mgechev commented 5 years ago

Because of the type definitions in ng2-menu-item.d.ts and the removal of the deprecated Renderer, ngx-chips no longer works with the latest @angular/core.

You can find the failure in the CI here.

In the official version 9 release, we'll no longer have Renderer part of Angular.

Gbuomprisco commented 5 years ago

Hi @mgechev, released v2.1.0, should fix that (hopefully) :)