Prev Demo
AngularJS
>
How To Setup Angularjs?
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html ng-app> <head> <title>AngularJS</title> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script> </head> <body> Hello world. <p>The sum of 2 and 1 is equal to <b>{{ 2 + 1 }}</b></p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output