Categories

Tuesday, April 23, 2024
#919814419350 therichposts@gmail.com
Angular 14

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

therichpost
the authortherichpost
Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 14, Angular 15, Angular 16, Angular 17, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.

2 Comments

Leave a Reply

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