Share the link to this page
Copied

About the Product

AngularJS is a JavaScript framework. It can be added to an HTML page with a <script> tag.

AngularJS extends HTML attributes with Directives and binds data to HTML with Expressions. AngularJS is a JavaScript Framework. AngularJS is a JavaScript framework written in JavaScript.

AngularJS is distributed as a JavaScript file, and can be added to a web page with a script tag:

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

AngularJS Extends HTML

AngularJS extends HTML with ng-directives.

The ng-app directive defines an AngularJS application.

The ng-model directive binds the value of HTML controls (input, select, textarea) to application data.

The ng-bind directive binds application data to the HTML view.

AngularJS Example

<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<body>

<div ng-app="">
  <p>Name: <input type="text" ng-model="name"></p>
  <p ng-bind="name"></p>
</div>

</body>
</html>

Example explained:

AngularJS starts automatically when the web page has loaded.

The ng-app directive tells AngularJS that the <div> element is the "owner" of an AngularJS application.

The ng-model directive binds the value of the input field to the application variable name. The ng-bind directive binds the content of the <p> element to the application variable name.

Requirements

You should have a basic knowledge of coding.

Author

The Programming Tent By Favlinks Inftech

The Programming Tent Platform
The Capacity of what you want to become is adherent to how well you are able to develop urself. Personal Development always gives you an edge over your contemporaries! Develop urself Now! Start here; https://programmingtent.com.ng/shop/

School

The Programming Tent By Favlinks Inftech's School

One-time Fee
$35
€32.82
£28.29
CA$48.14
A$54.55
S$47.64
HK$274.10
CHF 31.86
NOK kr385.62
DKK kr245.06
NZ$59.44
د.إ128.54
৳3,832.76
₹2,917.96
RM167.44
₦45,395
₨9,719.27
฿1,288.01
₺1,136.99
B$182.10
R675.31
Лв64.15
₩48,107.32
₪131.63
₱2,015.05
¥5,411.87
MX$598.51
QR127.42
P485.05
KSh4,592.42
E£1,691.55
ብር1,984.33
Kz29,295
CLP$33,333.33
CN¥253.37
RD$2,078.12
DA4,710.75
FJ$79.71
Q271.62
GY$7,306.68
ISK kr4,943.75
DH353.79
L626.85
ден2,021.01
MOP$281.76
N$671.04
C$1,293.60
रु4,664.49
S/130.30
K133.01
SAR131.29
ZK896.67
L163.42
Kč829.48
Ft12,947.55
SEK kr381.97
ARS$30,493.75
Bs241.83
COP$137,195.53
₡17,538.53
L862.19
₲258,372.20
$U1,343.79
zł141.57

What's Included

File Size: 1M
Language: English
Level: All levels
Skills: JavaScript, AngularJS, Web Development, Programming Language
Age groups: All ages

Sign Up

Share

Share with friends, get 20% off
Invite your friends to LearnDesk learning marketplace. For each purchase they make, you get 20% off (upto $10) on your next purchase.