Solved : uncaught typeerror i.createpopper is not a function

·

Solved : uncaught typeerror i.createpopper is not a function

Hello guys welcome back on my blog. In this short post I am just going to tell you fast solution for s.createpopper is not a function in angular.

Angular 14 came and if you are new then you must check below links:

  1. Angular14 for beginners
  2. Angular14 Basic Tutorials
  3. Angular Material
Solved : uncaught typeerror i.createpopper is not a function
Solved : uncaught typeerror i.createpopper is not a function

1. Here is the solution, inside you project angular.josn file do below thing and issue will be gone.:

//Change
"scripts": [
....
              "node_modules/bootstrap/dist/js/bootstrap.min.js"
            ]

//to

"scripts": [
....
              "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
            ]

Jassa

Developers King

Thanks

Comments

4 responses to “Solved : uncaught typeerror i.createpopper is not a function”

  1. darshana bhuyan Avatar
    darshana bhuyan

    Thank u so much it worked for me !!!

  2. Chandan Sharma Avatar
    Chandan Sharma

    Thanks much Ajay… It sorted the issue.

  3. therichpost Avatar

    Great and you are welcome.