mdbootstrap / bootstrap-templates

A collection of free Bootstrap 5 templates.
https://mdbootstrap.com/freebies/
3.07k stars 1.02k forks source link

angular2 #581

Closed terenceung closed 2 years ago

terenceung commented 7 years ago

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)

Am I missing some import statements?