Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 349 Bytes

File metadata and controls

7 lines (4 loc) · 349 Bytes

Simple Angular2 Input-Output Example

This is a simple app showing how to pass information from a parent to a child component and visa-versa:

parent component <==> child component

This code was inspired by the question posed here.