AngularJS, Front End Development

Angular 2 component dataflow

Angular 2 leverages the power of web components. If you are familiar with Angular 1, you know the term directives. Actually, directives are still here in Angular 2. Components are a combination of Directives, controllers, and scope of Angular 1. Components Angular 2 app has at least one root component. Components are the basic building...

by Vishal Bajpai
Tag: angular 2.0 components
23-May-2016

AngularJS, Front End Development

Angular 2.0- Communication among components using Services

In this article, we are going to discuss about how different components can share data using services. To understand services properly, I have developed a simple Angular 2 app in which components are sharing data with each other. About Angular 2.0 Angular 2.0 is a new framework that helps in developing Single page JavaScript...

by Giridhar Shukla
Tag: angular 2.0 components
13-May-2016