Gbuomprisco / ng2-material-dropdown

Angular 2 Material-like Dropdown Component
MIT License
37 stars 54 forks source link

Build failure with latest Angular #66

Closed mgechev closed 4 years ago

mgechev commented 4 years ago

Because of the type definitions in ng2-menu-item.d.ts and the removal of the deprecated Renderer, ng2-material-dropdown 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 4 years ago

Hi @mgechev, I release v0.11.0, it should fix that

IvanWSM commented 4 years ago

Hi! This is still not working for me with version 0.11.0 from ngx-chips dependency, any solution?

image

Gbuomprisco commented 4 years ago

This may be due to a package version (angular-devkit/build-angular): • this is the version I use to build on v9: "@angular-devkit/build-angular": "^0.803.19" • this is the version I use to build on v8": "@angular-devkit/build-angular": "^0.803.8"