AngularJS Tutorials

AngularJs was originally developed in 2008-2009 by Misko Hevery and Adam Abrons and is now maintained by Google. AngularJs is a Javascript open source front-end framework that is mainly used to develop single page web applications(SPAs). It is a continuously growing and expanding framework which provides better ways for developing web applications. It changes the static HTML to dynamic HTML. It’s features like dynamic binding and dependency injection eliminates the need for code that we have to write otherwise.AngularJs is rapidly growing and because of this reason, we have different versions of AngularJs with the latest stable being 1.7.7. It is also important to note that Angular is different from AngularJs. It is an open source project which can be freely used and changed by anyone. It extends HTML attributes with Directives, and data is bound with HTML.
‘Recent Articles’ on AngularJS
Topics :
Angular Directives:
- AngularJS | ng-list Directive
- AngularJS | ng-disabled Directive
- AngularJS | ng-mouseup Directive
- AngularJS | ng-keyup Directive
- AngularJS | ng-focus Directive
- AngularJS | ng-keypress Directive
- AngularJS | ng-hide Directive
- AngularJS | ng-dblclick Directive
- AngularJS | ng-mousedown Directive
- AngularJS | ng-change Directive
- AngularJS | ng-maxlength Directive
- AngularJS | ng-blur Directive
- AngularJS | ng-controller Directive
- AngularJS | ng-mouseleave Directive
- AngularJS | ng-bind Directive
- AngularJS | ng-mouseenter Directive
- AngularJS | ng-click Directive
- AngularJS | ng-copy Directive
- AngularJS | ng-mousemove Directive
- AngularJS | ng-minlength Directive
- AngularJS | ng-checked Directive
- AngularJS | ng-if Directive
- AngularJS | ng-cut Directive
- AngularJS | ng-readonly Directive
If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above

