Do I need to use JQuery in an Angular Web Application ?

Forums AngularDo I need to use JQuery in an Angular Web Application ?
Staff asked 3 years ago

Answers (1)

Add Answer
Staff answered 3 years ago

Practically No . jQLite is a very stripped version of jQuery. jQLite is enough for angular to work. This is to remove any dependencies.

Yet, if you load jQuery before angular, then angular will use jQuery.

Subscribe

Select Categories