Skip to content

Instantly share code, notes, and snippets.

@molcik
Created July 15, 2017 22:29
Show Gist options
  • Save molcik/c7de3cad951ae5a44fb271f700dd1380 to your computer and use it in GitHub Desktop.
Save molcik/c7de3cad951ae5a44fb271f700dd1380 to your computer and use it in GitHub Desktop.
<ul class="child">
<li *ngFor="let child of children">
{{child.name}}
<my-tree *ngIf="child.children" [children]="child.children"></my-tree>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment