softsimon / ngx-bootstrap-multiselect

Angular 9+ Dropdown Multiselect Bootstrap
332 stars 198 forks source link

ERROR in ../../../node_modules/angular2-multiselect-dropdown/multiselect.component.d.ts.AngularMultiSelect.html(156,46): : Type 'Boolean' is not assignable to type 'boolean'. 'boolean' is a primitive, but 'Boolean' is a wrapper object. Prefer using 'boolean' when possible. #448

Closed kannarao closed 4 years ago

kannarao commented 6 years ago

I am getting while building prod setup using angular cli and using angular 5. Please help me on this.

kannarao commented 6 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

Shashikant1991 commented 6 years ago

I was having same problem, but after install previous version from 3.1.0 to ^2.9.0. It solved.

vikasverma44 commented 5 years ago

I also having same problem but i need 3.1.0 for filterSelectAllText features.

vikasverma44 commented 5 years ago

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",

daniel-upzzle commented 5 years ago

I am having the same problem. But I need angular4 and with multiselect ^2.9.0 the error persists...

facuvegaa commented 3 years ago

any news?