Skip to content

Angular 4 component to component data binding using input and output

Notifications You must be signed in to change notification settings

jwill9999/angular-binding

Repository files navigation

Angular 4 Component to Component Data binding using Input/Output

To download

> git clone : and paste in url. 
> cd cmt-databinding-start
> npm install
> ng serve

Included is some comments which illustrates the key areas for this to work.

Links

Angular Docs : https://angular.io

Component communication : Angular Components