angularjs
The power of directives in AngularJS
· β˜• 4 min read · ✍️ Adesh
AngularJS has lot of in-built directive like ng-app, ng-controller, ng-model, ng-bind and ng-repeat. Directive extend the normal html with extended behaviour.

Factory and Services in AngularJS
· β˜• 2 min read · ✍️ Adesh
In the previous post, we discussed about Directives, Modules, Controllers and Scopes. In this tutorial, we are going to learn about factory and services in AngularJS.

Evolution of Angular 1.x to Angular 6
· β˜• 2 min read · ✍️ Adesh
Since long time, HTML was considered to develop static html pages, and was used with other server-side frameworks to develop a complete website. But, there were lot of challenges in the server-side frameworks, and mainly with MVC (Model-View-Controller) architecture.

Introduction to Module and Directives in AngularJS
· β˜• 3 min read · ✍️ Adesh
What is AngularJS? In the first part, we discussed about evolution of Angular framework. If you haven’t read that post, click here to read the previous post. Let’s start to explore the AngularJS 1.x. AngularJS is a structural Javascript framework.