what is angular js

AngularJS is a client side JavaScript MVC framework to develop a dynamic web application. AngularJS was originally started as a project in Google but now, it is open source framework.
Advantages of AngularJS:

Open source JavaScript MVC framework.
Supported by Google
No need to learn another scripting language. It's just pure JavaScript and HTML.
Supports separation of concerns by using MVC design pattern.
Built-in attributes (directives) makes HTML dynamic.
Easy to extend and customize.
Supports Single Page Application.
Uses Dependency Injection.
Easy to Unit test.
 
AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. AngularJS's data binding and dependency injection eliminate much of the code you would otherwise have to write.
 
AngularJS is a structured framework for dynamic web applications. It allows you to use HTML as a template language and allow you to extend the syntax of HTML to express your application components in a clear and concise way.
 
Back
Top