AngularJs Intro


AngularJs is a javascript framework. AngularJs is created and maintained by google. It’s first version was released in 2009. AngularJs is based on MVC pattern ie. Model, Controller and View.
The views are defined using the HTML and AngularJs’s template language. The Models and controllers are defined using javascript objects and functions.


Features of AngularJs

  • AngularJs is powerful to create single page application
  • AngularJs enables user to create client side application in MVC pattren.
  • AngularJs is free to use.
  • AngularJs is cross browser compatible.

Advertisements

Add Comment

📖 Read More