Skip to content

Commit

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

Fixes angular#21922
  • Loading branch information
DBowen33 committed Jun 7, 2024
1 parent bd8a50d commit 6c30470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/public_api_guard/cdk/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ export class CdkTreeNode<T, K = T> implements FocusableOption, OnDestroy, OnInit
protected _elementRef: ElementRef<HTMLElement>;
focus(): void;
// (undocumented)
get isLeafNode(): boolean | null;
get isExpanded(): boolean;
// (undocumented)
get isLeafNode(): boolean;
// (undocumented)
get isLeafNode(): boolean;
// (undocumented)
Expand Down

0 comments on commit 6c30470

Please sign in to comment.