Closed mgechev closed 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.
ng2-menu-item.d.ts
Renderer
ngx-chips
@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.
Hi @mgechev, released v2.1.0, should fix that (hopefully) :)
Because of the type definitions in
ng2-menu-item.d.ts
and the removal of the deprecatedRenderer
,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.