Tuesday, 12 April 2016

Why choose AngularJS?

Why choose AngularJS?

AngularJS with AngularJS Directives, AngularJS AJAX - $http, AngularJS Tables, AngularJS SQL, AngularJS API, AngularJS Twitter Bootstrap, AngularJS Events,.. etc help developer easy develop a application with code easy to read, easy to develop, sort , obvious.
Ok we can look at the following sample to know more.

Description of this sample: User type a theName into the input, that name appear after the "UI tutorials welcome " immediately

 <!doctype html>  
 <html ng-app>  
 <head>  
 <!-- --><script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.min.js"></script></head>  
 <body>  
  <div>  
 <label>Name:</label><input type="text" ng-model="theName" placeholder="Enter a name here">  
 <hr>  
 <p>UI tutorials welcome {{theName}}!</p>  
 </div>  
 </body>  
 </html>  


So, Why choose AngularJS? You can use Javascript, JQuery to do this sample but you can need more time, more code...

What is AngularJS?

What is AngularJS?

The first I think that we should answer the question "What is AngularJS?" first? Ok you can refer the website "https://angularjs.org/" to know more. But you can know that it is extend HTML, it provides more vocabulary for your application. AngularJS via CSS3 and then via HTML5 you can build a application quickly and easy more.

To know more we'll answer the question "Why choose AngularJS?"