What Is AngularJS
Description
AngularJS is client-side technology, written entirely in JavaScript.
It is a framework that is primarily used to build single-page web applications.
Features
AngularJS supports features such as:
- Ajax services
- Browser history
- Dependency injection
- Directives to extend HTML
- jQLite built-in Mini jQuery
- Model-View-Controller concept
- Routing of the Views
- Testing
- Two-way data binding
- Validation
AngularJS extends HTML to give it native Model-View-Controller (MVC) capabilities.
It allows you to use a portion of your page as one application, rather than forcing the entire page to be an AngularJS application.
Angular is a full-featured Single Page Application framework.
License
The AngularJS source code is made freely under the MIT license.