bootstrap-multiselect
bootstrap-multiselect copied to clipboard
Angular 6 support for plugin
Hi I want to integrate this plugin in angular 6 project Is any way to integrate ?
That's kind of a broad question, and the only real answer is "it depends". This plugin is built for "vanilla" Bootstrap, which has a dependency on jQuery (or Zepto). jQuery doesn't generally integrate well with Angular, since you're dealing with two different DOMs at that point (Angular manipulates something called a shadow DOM).
So, you can make this work with Angular, if you're motivated enough, but it doesn't work out of the box (if you're doing things The Angular Way).