Basic Fundamentals of AngularJS

In this article we will understand the basic fundamentals of AngularJS. What is AngularJS? Angular is JavaScript library. It is a MV* framework, where MV * means: M- Model : where you store data and state of application. V- View   :  which actually renders to user the information they want to see. * : Controller /Presenter/View-model …

Basic Fundamentals of AngularJS Read More »