[Fixed] Angular with Bootstrap for responsive website

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:

  1. MVC structure
  2. less code
  3. More organized

I liked Bootstrap for:

  1. easy to use.
  2. available templates and resources.
  3. responsive.
  4. plenty of components ready to use for websites.
  5. 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.

Leave a Reply

(*) Required, Your email will not be published