Important Notice:

Course Content
Switch Statement
0/1
break and continue Statements
0/3
Basic Form Validation in JavaScript
0/1
JavaScript & Angular JS (Chapter- 6) M2-R5.1
About Lesson

How to create first application in Angular JS:-

एक Angular JS एप्लिकेशन में निम्नलिखित तीन मुख्य भाग होते हैं।

i. ng-app:- ng-app directive से AngularJS Application की शुरुआत होती है ये Application का root element होता है ये AngularJS को automatically initialize करता है HTML Document पर सिर्फ एक ही ng-app directive होती है

ii. ng-model:- ng-model directive; Scope में Variable पर Form Elements(<input>,<textarea>, <select>) को bind करने के लिए इस्तेमाल किया जाता है

iii. ng-bind:- ng-bind directive का इस्तेमाल HTML Element के किसी भी प्रकार के text content को bind या replace करने के लिए किया जाता है ng-bind directive से HTML Element पर expression की value को bind किया जाता है

 

 

How to create first application in Angular JS:-

An Angular JS application consists of the following three main parts.

i. ng-app:- AngularJS application starts with ng-app directive. It is the root element of the application. It automatically initializes AngularJS. There is only one ng-app directive on an HTML document.

ii. ng-model:- ng-model directive; Used to bind Form Elements(<input>,<textarea>, <select>) to variables in Scope.

iii. ng-bind:- The ng-bind directive is used to bind or replace any type of text content of an HTML element. The value of the expression is bound to the HTML element with the ng-bind directive.

error: Content is protected !!