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. 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
Thank u so much it worked for me !!!
Great
Thanks much Ajay… It sorted the issue.
Great and you are welcome.