Skip to content

Commit

Permalink
fix(material/tree): approved cdk golden
Browse files Browse the repository at this point in the history
approved cdk golden

Fixes #21922
  • Loading branch information
DBowen33 committed May 22, 2024
1 parent 03ac15f commit df9f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/public_api_guard/cdk/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class CdkTreeNode<T, K = T> implements FocusableOption, OnDestroy, OnInit
protected _elementRef: ElementRef<HTMLElement>;
focus(): void;
// (undocumented)
get isExpanded(): boolean;
get isLeafNode(): boolean | null;
// (undocumented)
get level(): number;
static mostRecentTreeNode: CdkTreeNode<any> | null;
Expand Down

0 comments on commit df9f5be

Please sign in to comment.