This short video shows you how to pass data from a parent component to a child component using the Input Directive. I go through the steps on how to prototype your component tag, and then passing data across the tag attributes. Then in the receiving component, I show you how we can bind that data to properties within our child component.