Skip to content

Commit af3e658

Browse files
committed
docs(material/tree): delete tree-checklist example.
Delete tree-checklist example.
1 parent 776e530 commit af3e658

File tree

5 files changed

+0
-318
lines changed

5 files changed

+0
-318
lines changed

src/components-examples/material/tree/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export {TreeChecklistExample} from './tree-checklist/tree-checklist-example';
21
export {TreeDynamicExample} from './tree-dynamic/tree-dynamic-example';
32
export {TreeFlatOverviewExample} from './tree-flat-overview/tree-flat-overview-example';
43
export {TreeHarnessExample} from './tree-harness/tree-harness-example';

src/components-examples/material/tree/tree-checklist/tree-checklist-example.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/components-examples/material/tree/tree-checklist/tree-checklist-example.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/components-examples/material/tree/tree-checklist/tree-checklist-example.ts

Lines changed: 0 additions & 280 deletions
This file was deleted.

src/dev-app/tree/tree-demo.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
<mat-expansion-panel-header>CDK Nested tree</mat-expansion-panel-header>
1616
<cdk-tree-nested-example></cdk-tree-nested-example>
1717
</mat-expansion-panel>
18-
<mat-expansion-panel>
19-
<mat-expansion-panel-header>Todo list tree</mat-expansion-panel-header>
20-
<tree-checklist-example></tree-checklist-example>
21-
</mat-expansion-panel>
2218
<mat-expansion-panel>
2319
<mat-expansion-panel-header>Dynamic flat tree</mat-expansion-panel-header>
2420
<tree-dynamic-example></tree-dynamic-example>

0 commit comments

Comments
 (0)