Home Angular 14 Solved : uncaught typeerror i.createpopper is not a function

Solved : uncaught typeerror i.createpopper is not a function

by therichpost
4 comments
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

You may also like

4 comments

darshana bhuyan December 23, 2022 - 9:04 am

Thank u so much it worked for me !!!

Reply
therichpost December 23, 2022 - 11:43 am

Great

Reply
Chandan Sharma November 7, 2024 - 8:07 am

Thanks much Ajay… It sorted the issue.

Reply
therichpost November 7, 2024 - 8:16 am

Great and you are welcome.

Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.