Skip to content

Commit 62a796d

Browse files
author
David
committed
clean tree.component html and css files
1 parent c2acc55 commit 62a796d

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/app/tree/tree.component.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
div {
2-
padding: 0 0 0 0;
3-
margin: 0 0 0 0;
4-
}

src/app/tree/tree.component.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
<div *ngFor="let node of tree | async; let lastNode = last">
22
<app-node-tree [node]="node" [parent]="" [lastNode]="lastNode"></app-node-tree>
3-
4-
<!--
5-
haure de fer algo aixi
6-
<app-node-tree [node]="node" [lastParentNode]="lastParentNode" [lastNode]="lastNode"></app-node-tree>
7-
ngWhile(let (parent = getParent(node.idParent)).id != -1) {
8-
pintarem una linia i continua, si no es last
9-
pintarem una linia i fi, si es last
10-
}
11-
-->
123
</div>

0 commit comments

Comments
 (0)