Gbuomprisco / ngx-chips

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

Not compatible with Angular 4-6 #955

Closed carlosdubus closed 4 years ago

carlosdubus commented 4 years ago

This is not compatible with Angular 4. I tried updating to Angular 6 but I still get the following after installing @angular/animations

ERROR in node_modules/@angular/animations/browser/browser.d.ts(133,9): error TS1086: An accessor cannot be declared in an ambient context.

What is the minimum Angular version needed to run this library?

carlosdubus commented 4 years ago

Never mind, I was able to make it work after spending 2 hours solving Angular errors. Awesome component. Thanks!