Angular JS Introduction
Angular JS Today I'm going to give introduction to world's most popular web framework Angular JS. Actually its complete client side framework. Where it can design UI, client side programming, Connecting with Server with http services. So this is very important JavaScript based framework. And also it is developed by Google. As to date which i'm writing this blog, There is a new version of Angular JS named Angular 2. Its based on TypeScript which a supertype of JavaScript where developed by Microsoft. However, I will focus on angular JS 1.x Lets get into angular JS. Angular JS is stick in MVC (Model View Controler) architecture. That is one of reason to becoming it's popularity. So, In angular JS, There are 3 main parts. Module Views Controlers Module Just forget about angular Js and think about module In MVC architecture. Its represent an entity, a database. So the concept is data handling. Thats the thing doing in Angular JS too. In html forms like things, there are som...