Closed kannarao closed 4 years ago
I got the issue. Interface angular2-multiselect-dropdown/multiselect.interface.d.ts you are use 'Boolean' instead of 'boolean'. I have to deploy code
I was having same problem,
but after install previous version from 3.1.0
to ^2.9.0
.
It solved.
I also having same problem but i need 3.1.0 for filterSelectAllText features.
I also having same problem but i need 3.1.0 for filterSelectAllText features.
finally i got the solution :)
Just update versions of these dependencies in package.json file "@angular/animations": "5.2.0", "@angular/common": "5.2.0", "@angular/compiler": "5.2.0", "@angular/core": "5.2.0", "@angular/forms": "5.2.0", "@angular/http": "5.2.0", "@angular/platform-browser": "5.2.0", "@angular/platform-browser-dynamic": "5.2.0", "@angular/platform-server": "5.2.0", "@angular/router": "5.2.0",
I am having the same problem. But I need angular4 and with multiselect ^2.9.0 the error persists...
any news?
I am getting while building prod setup using angular cli and using angular 5. Please help me on this.