Skip to content

Instantly share code, notes, and snippets.

@njofce
Created March 22, 2020 21:08
Show Gist options
  • Select an option

  • Save njofce/fc44dd4d4e9021f29f4292ecab808b18 to your computer and use it in GitHub Desktop.

Select an option

Save njofce/fc44dd4d4e9021f29f4292ecab808b18 to your computer and use it in GitHub Desktop.
<div class="child-contents-container">
<div>
<p>{{node.data}}</p>
<div>
<div class="children-container">
<app-tree-child *ngFor="let ch of node.children" [node]="ch"></app-tree-child>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment