Accordion problem in my project #2782
-
Hello everyone, "@popperjs/core": "^2.11.8", |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello Laurent, Could you provide a reproducible example using stackblitz for example ? If not, maybe you can share your |
Beta Was this translation helpful? Give feedback.
-
With your question you've fix my problem. Thank you so much |
Beta Was this translation helpful? Give feedback.
With your question you've fix my problem.
In fact the boosted bundle was add in the scripts part of the angular.json file. I removed and it work
"scripts": ["./node_modules/quill/dist/quill.js", "./node_modules/boosted/dist/js/boosted.bundle.min.js"]
Thank you so much