Angularjs Classroom image

shubham  rauthan / Professional / Web Technology

 
To post your Question Join Classroom
 
Lesson Topics's No:-  ||
Lessons:-What is AngularJS?

What is AngularJS?

On a high level, AngularJS is a framework that binds your HTML (views) to JavaScript objects (models). When your models change, the page updates automatically. The opposite is also true - a model, associated with a text field, is updated when the content of the field is changed. Angular handles all the glue code, so you don't have to update HTML manually or listen for events, like you do with jQuery. As a matter of fact, none of the examples here even include jQuery!

To use AngularJS, you have to include it in your page before the closing <body> tag. Google's CDN is recommended for a faster load time:

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>

AngularJS gives you a large number of directives that let you associate HTML elements to models. They are attributes that start with ng- and can be added to any element. The most important attribute that you have to include in any page, if you wish to use Angular, is ng-app:

<body ng-app>

It should be added to an element that encloses the rest of the page, like the body element or an outermost div. Angular looks for it when the page loads and automatically evaluates all directives it sees on its child elements.

 
 
 
image
shubham  rauthan

Skills    Angularjs

Qualifications :-
Location :-dehradun,dehradun,uttarakhand,India
Description:-

I am a b.tech graduate in Information Technology and working as a Software Engineer and i would like to learn new technologies and up to date with the trending technologies in I.T. fields


Explore
 

  Students (0)