Skip to content

fhightower-templates/simple_angular_input_output_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.