when i try to use bootstrap-tagsinput in angular2
import 'bootstrap-tagsinput/dist/bootstrap-tagsinput.js';
it gives the following error
Uncaught TypeError: Cannot read property 'fn' of undefined
at bootstrap-tagsinput.min.js:6
at Object.<anonymous> (bootstrap-tagsinput.min.js:6)
at __webpack_require__ (bootstrap 7a890aa…:555)
at fn (bootstrap 7a890aa…:86)
at Object.<anonymous> (edit.component.ts:23)
at __webpack_require__ (bootstrap 7a890aa…:555)
at fn (bootstrap 7a890aa…:86)
at Object.<anonymous> (app.module.ts:20)
at __webpack_require__ (bootstrap 7a890aa…:555)
at fn (bootstrap 7a890aa…:86)
when i try to use bootstrap-tagsinput in angular2
import 'bootstrap-tagsinput/dist/bootstrap-tagsinput.js';
it gives the following errorAm I missing some import statements?