Introduction

Course- AngularJS >

AngularJS is a JavaScript framework that aims to implement RIA web applications. When I first started learning Angulios, there were not many detailed angular JS tutorials available there. This is the reason why I decided to write my own angular JS tutorial.

Angular JS is created by Google, which is probably one of the major reasons for its success, you can find the AngularJS project here:

http://angularjs.org/

AngularJS is based on MVC pattern (model visual control). AngularJS therefore separates your RIA application into models, views and controllers. The ideas are specified using HTML + AngularJS's own template language. Models and controllers are specified by the Javascript object and javascript function. In this way, ideas are clearly specified, because HTML is normally in general, and models and controllers are relatively specified because JavaScript is in general

If you do not know the difference between declarative and compulsory programming, don't worry. It is not necessary to know before learning AngularJS Also, it is very easy to find definition on the web.