Angular Js
• AngularJS is an open source, JavaScript based web application
development framework.
• It’s primarily used for building single-page web applications (SPAs
and dynamic web pages
,General feature
The most important general features of AngularJS are:
AngularJS is an efficient framework that can create Rich Internet
Applications (RIA).
It provides developers an options to write client-side applications
using JavaScript in a clean Model View Controller (MVC) way.
Applications written in AngularJS are cross-browser compliant.
AngularJS automatically handles JavaScript code suitable for each
browser.
, Core Feature:
Data-binding: It is the automatic synchronization of data between model
view components.
Scope: These are objects that refer to the model. They act as a glue betwee
controller and view.
Controller: These are JavaScript functions bound to a particular scope.
Directives: Directives are markers on DOM elements such as elements,
attributes, css, and more. These can be used to create custom HTML tags t
serve as new, custom widgets. AngularJS has built-in directives such as ng
ng-model, etc.
Filters: These select a subset of items from an array and returns a new arra
Dependency Injection: AngularJS has a built-in dependency injection
subsystem that helps the developer to create, understand, and test the
applications easily.
• AngularJS is an open source, JavaScript based web application
development framework.
• It’s primarily used for building single-page web applications (SPAs
and dynamic web pages
,General feature
The most important general features of AngularJS are:
AngularJS is an efficient framework that can create Rich Internet
Applications (RIA).
It provides developers an options to write client-side applications
using JavaScript in a clean Model View Controller (MVC) way.
Applications written in AngularJS are cross-browser compliant.
AngularJS automatically handles JavaScript code suitable for each
browser.
, Core Feature:
Data-binding: It is the automatic synchronization of data between model
view components.
Scope: These are objects that refer to the model. They act as a glue betwee
controller and view.
Controller: These are JavaScript functions bound to a particular scope.
Directives: Directives are markers on DOM elements such as elements,
attributes, css, and more. These can be used to create custom HTML tags t
serve as new, custom widgets. AngularJS has built-in directives such as ng
ng-model, etc.
Filters: These select a subset of items from an array and returns a new arra
Dependency Injection: AngularJS has a built-in dependency injection
subsystem that helps the developer to create, understand, and test the
applications easily.