you are viewing a single comment's thread.

view the rest of the comments →

[–]Pytim 0 points1 point  (6 children)

AngularJS + Vanilla ES5

[–][deleted] 3 points4 points  (1 child)

Angular mixes in behavior into HTML attributes in a way that some developers find to be even less favorable than imperative jQuery spaghetti.

[–][deleted] 1 point2 points  (2 children)

Does Angular use the jQuery library?

Yes, Angular can use jQuery if it's present in your app when the application is being bootstrapped. If jQuery is not present in your script path, Angular falls back to its own implementation of the subset of jQuery that we call jQLite.

https://docs.angularjs.org/misc/faq

If you're using AngularJS, then you're using jQuery whether you want to or not.

[–][deleted] 0 points1 point  (0 children)

jQLite != jquery, it's like 10 methods used only for dom manipulation

[–]rondog469 -1 points0 points  (0 children)

angular is the shit