Sunday, July 26, 2020

What is Angular ?

Angular is a Javascript Binding Framework which binds the HTML UI and Javascript Model.
This helps you to reduce your efforts on writing thos lengthy lines of code for binding.

Adding to it, it also helps you to build SPA by using the concept of routing.
It also has lot of other features like HTTP,DI,Input output because of which you do not need other frameworks.

No comments:

Post a Comment