Created
March 22, 2020 21:08
-
-
Save njofce/fc44dd4d4e9021f29f4292ecab808b18 to your computer and use it in GitHub Desktop.
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
| <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