What is AngularJs?

What is AngularJs?
AngularJs is client side MVC, MVVM, MV* Framework. AngularJs design to extend HTML. It mostly use for design Single Page application (SPA).

AngularJs use HTML as template language. It track user action, browser events and models changes and based on changes it refresh template.

Official website of AngularJs is - https://angularjs.org/

AngularJs History

AngularJs Version 1.0 was released in 2012.  Miško Hevery, a Google employee, started to work on AngularJs in 2009.

AngularJs is an open source project hosted on GitHub (https://github.com/
angular/angular.js) and licensed by Google, Inc. under the terms of the MIT license.

AngularJs Community
AngularJs has a great community support by Google and other community

  • Google + - https://plus.google.com/u/0/communities/115368820700870330756
  • http://stackoverflow.com -  http://stackoverflow.com/questions/tagged/angularjs

AngularJs Video

AngularJs has a great video support also.You can watch official AngularJs video channel on YouTube.com https://www.youtube.com/user/angularjs

Other video tutorials
https://www.codeschool.com/courses/shaping-up-with-angular-js
https://www.youtube.com/watch?v=TRrL5j3MIvo

AngularJs Testing Tools

We have many tools available to test AngularJs applications
  • Karma
  • Jasmine
  • Grunt
  • Bower
  • Yeoman




Comments