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 component directives
23-May-2016