What is AngularJS?

Asked 26-Nov-2020
Viewed 529 times

1 Answer


0

AngularJS is a client side JavaScript structural framework to develop a dynamic web application. was originally started as a project by Google in 2009. Now it is open source framework. it is completely based on HTML and JavaScript, so there is no need to learn another syntax or programming language.
AngularJS allows you use HTML as your template language and extends the ability of HTML's syntax to express your application's by adding built-in attributes and components and also provides an ability to create custom attributes using simple JavaScript. AngularJS's dependency injection and data binding remove much of the code you would otherwise have to write. it's provide developers an options to write client side applications using JavaScript in a clean MVC way.
AngularJS website - https://angularjs.org