We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa59efb commit 03c99c2Copy full SHA for 03c99c2
example/cli/src/app/templates/templates.component.ts
@@ -21,7 +21,7 @@ import { ITreeOptions } from 'angular-tree-component';
21
<h3>treeNodeWrapper</h3>
22
<tree-root id="tree2" [focused]="true" [nodes]="nodes2" [options]="options2">
23
<ng-template #treeNodeWrapperTemplate let-node let-index="index">
24
- <span>hi</span>
+ <input type="checkbox"><span>→</span>
25
<span [class]="node.data.className" [class.title]="true">{{ node.data.title }}</span>
26
</ng-template>
27
</tree-root>
0 commit comments