oferh / ng2-completer

Angular 2 autocomplete component
http://oferh.github.io/ng2-completer/
MIT License
348 stars 171 forks source link

Build failure with the latest Angular #437

Closed mgechev closed 4 years ago

mgechev commented 4 years ago

Because of the type definitions in directives/ctr-row.d.ts and the removal of the deprecated Renderer, ng2-completer 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.

oferh commented 4 years ago

Please close if it was fixed by #439

mgechev commented 4 years ago

Yes, the build is passing now.