Thursday, 1 December 2016

AngularJS Introduction

In this blog post i am going to explain about AnghlarJS definition,special functions, and its features.

AngularJS Definition

AngularJS is a whole JavaScript-founded open-supply front-end web software framework. It is useful as structural framework for dynamic web apps.With AngularJS you can use HTML as template language and it allows you to lengthen HTML's syntax to specific your add-on utility's clearly and succinctly.

AngularJS special functions


AngularJS maintains declarative user interface. It 
has plain old JavaScript objects (POJO) data models so you don’t 
require extraneous getter and setter features. 
Angular JS directives brings additional functionality to HTML though you not 
ever have got to manipulate the DOM to simulate HTML elements.
You require less code to write, i.e. don’t have to write your own MVC 
pipeline. Its
 filters are so resourceful that it's possible to create a sortable.
HTML desk utilizing most effective filters with out writing any JavaScript.

AngularJS Features

AngularJS provides many useful features, they are

  1. Two-way Data Binding – Model as single source of truth
  2. Directives – Extend HTML
  3. MVC
  4. Dependency Injection
  5. Testing
  6. Deep Linking (Map URL to route Definition)
  7. Server-Side Communication