Tutorialsplane

AngularJs install


Angular Js installation and Setup : Below steps explains the Installation.

There are following ways to install the AngularJs

1. Download and use it.

If you want to keep the angular Js on your server, download it from https://angularjs.org/.
Go to above link you will see :

Download angularJs

Now click on the download button. Incude this file in

of the page.

2. Use CDN.

You can use CDN access which is hosted on google server. You can simply include and use the angularJs.


Note: We will use the google cdn as provided above

Example






    





<div ng-controller="testController">

    <h1>Learn with Tutorialsplane try {{hello.title}} it's easy!

</h1></div>





Try it ยป

Tutorial

Expressions

AngularJs Directives

Controllers

AngularJs Filters

Http Methods

AngularJs Tables

Events

AngularJs Modules