-4

I’m developing a website design using bootstrap now I want to move to convert my application as angular JS application.

What are the main things are consider converting angular application.

CodeMan
  • 1,941
  • 6
  • 26
  • 44

2 Answers2

0

Angular is a JavaScript framework, Bootstrap is a CSS toolkit with some javascript modules for UI elements. They do different things.

You might want to look at Angular UI Bootstrap for a collection of directives from bootstrap but otherwise its just a matter of JS to Angular.

Guy
  • 10,931
  • 5
  • 36
  • 47
0

Bootstrap and Angular are different technologies with different purposes. I would advise you to start with Bootstrap and Angular documentations first.

Filip Grkinic
  • 130
  • 13