Angular JS Directive is an extension of HTML tags. It helps the developer to use custom tags and provides reusability. We can define and implement custom tags and custom directive., which helps the user to use resuse the same template and logic all over the application reducing the overhead of writing everywhere. Following are different … Continue reading “Angular JS – Directive Example”
Category: Angular JS
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”