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
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