Notifications
Clear all
Topic starter 17/09/2024 6:23 pm
Can you use jQuery in AngularJS?
Topic starter 17/09/2024 6:23 pm
Yes, AngularJS 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, AngularJS falls back to its own implementation of the subset of jQuery that we call jQLite.