Wednesday, May 9, 2018

Angular.js | Introduction | Directives | Module | Setup | Expression | Benefits | Disadvantages

What is AngularJs?

AngularJS (commonly referred to as "Angular.js" or "AngularJS") is a JavaScript-based open-sourcefront-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.
It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications. 
AngularJS is the frontend part of the MEAN stack, consisting of MongoDB database, Express.js web application server framework, Angular.js itself, and Node.js server runtime environment.

How AngularJs work?

The AngularJS framework works by first reading the HTML page, which has additional custom tag attributes embedded into it. Angular interprets those attributes as directives to bind input or output parts of the page to a model that is represented by standard JavaScript variables. The values of those JavaScript variables can be manually set within the code, or retrieved from static or dynamic JSONresources.
AngularJS directives allow the developer to specify custom and reusable HTML-like elements and attributes that define data bindings and the behavior of presentation components.


Why AngularJS?

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

AngularJs Extensibility

AngularJS is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your unique development workflow and feature needs. Read on to find out how on MSA Technosoft Blog
For more detail and knowledge about AngularJs must go through the Tech-Blogs of MSA Technosoft
https://msatechnosoft.in/blog/tech-blogs/angular-js-introduction-directives-module-setup-expression-benefits-disadvantages/

1 comment:

Search This Blog

SASS | CSS Preprocessor | Installation | Features | TECH BLOG

SASS | CSS Preprocessor | Installation | Features | TECH BLOG : Sass Introduction Syntactically Awesome StyleSheet(SASS) is a CSS pre-proces...