Skip to content

Commit 55b3b26

Browse files
BobobUnicornandrewseguin
authored andcommitted
feat(cdk/tree): fix final lint and golden errors
1 parent 4784029 commit 55b3b26

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/cdk/tree/tree.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import {Directionality, Direction} from '@angular/cdk/bidi';
2222
import {combineLatest, BehaviorSubject, Observable} from 'rxjs';
2323
import {map} from 'rxjs/operators';
2424

25-
import {BaseTreeControl} from './control/base-tree-control';
2625
import {TreeControl} from './control/tree-control';
2726
import {FlatTreeControl} from './control/flat-tree-control';
2827
import {NestedTreeControl} from './control/nested-tree-control';

tools/public_api_guard/cdk/tree.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export class CdkTreeNode<T, K = T> implements FocusableOption, OnDestroy, OnInit
145145
isExpandable: boolean;
146146
// (undocumented)
147147
get isExpanded(): boolean;
148-
set isExpanded(isExpanded: boolean);
149148
// (undocumented)
150149
get level(): number;
151150
static mostRecentTreeNode: CdkTreeNode<any> | null;

0 commit comments

Comments
 (0)