Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Created May 19, 2018 18:17
Show Gist options
  • Save alexzuza/5c911c4c763fd0faac5774a51d741219 to your computer and use it in GitHub Desktop.
Save alexzuza/5c911c4c763fd0faac5774a51d741219 to your computer and use it in GitHub Desktop.
IVy child component
<h2>Child {{ prop1 }}</h2>
<sub-child [item]="3"></sub-child>
<sub-child *ngFor="let item of items" [item]="item"></sub-child>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment