Created
May 19, 2018 18:17
-
-
Save alexzuza/5c911c4c763fd0faac5774a51d741219 to your computer and use it in GitHub Desktop.
IVy child component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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