Monday 4 November 2013

AngularJS tutorial

What Is AngularJS ?

AngularJS is a Javascript MVC framework created by Google to build properly architectured and maintenable web applications.

Why AngularJS?

AngularJS is a MVC framework that defines numerous concepts to properly organize your web application. Your application is defined with modules that can depend from one to the others. It enhances HTML by attaching directives to your pages with new attributes or tags and expressions in order to define very powerful templates directly in your HTML. It also encapsulates the behavior of your application in controllers which are instanciated thanks to dependency injection. Thanks to the use of dependency injection, AngularJS helps you structure and test your Javascript code very easily. Finally, utility code can easily be factorized into services that can be injected in your controllers. Now let’s have a closer look at all those features.


Build Simple AngularJs Application :

First You need to Install AngularJs Package in your application .It's not a big work , Just simple go and right click the Project In Solution explorer>Click  Manage NuGet Package  >Select Online tag > type AngularJs In the Search box >Then Download and install the AngularJs .

See this below Image for install angularJs in the Project 


If you done this process then you can see some javascript files in your Script Folder 

See this below Image 


Okay now we are finished of angularJs installation in our application . 


Now We will go to Build simple angularJs application (click the link )....... 


6 comments:

  1. Really a good technical site,keep on writing good stuffs
    dot net training in chennai

    ReplyDelete
  2. Hi, Very informative blog. Nice and crisp articles written on where to find out the resources. In fact, we do run similar training programs.
    <a href="https://www.calfre.com/India/Hyderabad/Ameerpet/Dot-Net-Training/lihttps://www.calfre.com/India/Hyderabad/Ameerpet/Dot-Net-Training/listing
    sting>DOT NET Training Institutes in Ameerpet</a>

    ReplyDelete
  3. Thank you for sharing information.AngularJS Online Training AngularJS Online Course is also providing detail concepts on AngularJs with practical examples.

    ReplyDelete

If any doubt?then please comment in my post

How to reduce angular CLI build time

 Index: ----- I am using angular cli - 7 and I am going to tell how to reduce the build time as per my knowledge. Problem: -------- Now the ...