Tutorialsplane

Angular Home


Angular Home : AngularJS is specifically javascript framework which suits perfect for the SPA ie. single page application. Angular js is created by google and it is free of cost. Using Angular enables Html to extend with new attributes. AngularJs is one of the most popular client side JavaScript Framework.


AngularJS is Complete client side solution. You can perform CRUD(Create, update,Delete) operations with the help of DOM(ajax). You can follow MVC(Model view controller) Pattern to make an application in angularJS.

Here in this tutorial we are going to cover the AngularJs Basics with examples and demo. You can use our online editor to edit and run the code online.

AngularJs Features

Here are some main features of AngularJs-

AngularJS Advantages

Disadvantages

History

AngularJS was created by a google employee Misko Hevery. Its First Version(version 1.0) was released in 2012.

We are going to learn the things step by step with full example and demo.

AngularJs First Example

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