Issue
I’m new to angular with a background of bootstrap.
I’m trying to mix both to get the best, but many articles do not recommend that.
I liked Angular for:
- MVC structure
- less code
- More organized
I liked Bootstrap for:
- easy to use.
- available templates and resources.
- responsive.
- plenty of components ready to use for websites.
- can be used with jQuery to add fantastic animation and live to the website.
My question:
Is it OK to mix Angular + bootstrap + Jquery + JS in my website project?
Or am I missing some resources for angular that gives me the same results without this combination?
I hope I didn’t waste your time with a beginner question.
But I hope you help me to decide the right and overcome my hesitation.
Thank you in advance
Solution
It’s not good to mix bootstrap+jQuery with Angular. If you want to use bootstrap, take a look at ng-bootstrap, without jQuery.