> Does angular use the jQuery library?
>Yes, angular uses jQuery, the open source DOM manipulation library. If jQuery is not present in your script path, angular falls back on its own implementation of jQuery lite. If jQuery is present in the path, angular uses it to manipulate the DOM.