Learn Angular JS In 10 minutes

Config/Factory/Service/Controller Example This example provides the usage of following components in angular -js., in a simple example. The following example provides the details of all the below components, so we can use it for an enterprise application very easily. Config Factory Service Constants Controller Config – Config is nothing but the Configuration block which is … Continue reading “Learn Angular JS In 10 minutes”

Angular JS – Introduction

Angular JS is a UI framework maintained by Google, helps to separate the model, view and Controller(MVC) components in front end UI. It clearly separates client side execution from the application logic. It enables developers to easily create custom HTML elemens with new attributes which helps re-use custom defined tags. Angular JS has scope variables … Continue reading “Angular JS – Introduction”