bootstrap-multiselect icon indicating copy to clipboard operation
bootstrap-multiselect copied to clipboard

Angular 6 support for plugin

Open gomteshhatgine opened this issue 6 years ago • 1 comments

Hi I want to integrate this plugin in angular 6 project Is any way to integrate ?

gomteshhatgine avatar Dec 02 '19 08:12 gomteshhatgine

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).

tiesont avatar Dec 02 '19 21:12 tiesont