Angular is a JavaScript binding framework which bind the HTML UI and JavaScript object.

This helps you to reduces your effort on writing those lengthy lines of code for binding

In angular, it also help you to build Single page Application(SPA) by using the concept of routing. It also has lots of features like HTTP, DI(dependency injection) etc , because of these features you do not need any other framework.
