-6

What you can not do with Angular.js out of the box which you can do with jQuery?

What problems I might face if I switch from jQuery to Angular? Basically my code consists of many onclick -> make ajax call -> add or remove some elements, change css, replace some text

moriesta
  • 1,170
  • 4
  • 19
  • 38

1 Answers1

4

"Games, and GUI editors are examples of very intensive and tricky DOM manipulation. These kinds of apps are different from CRUD apps, and as a result are not a good fit for Angular. In these cases using something closer to bare metal such as jQuery may be a better fit." -- Overview doc

Mark Rajcok
  • 362,217
  • 114
  • 495
  • 492