From a2a3425b4f5ea9f3591fef268164677e675fe5f9 Mon Sep 17 00:00:00 2001 From: DBowen33 Date: Sat, 8 Jun 2024 01:10:44 +0000 Subject: [PATCH] fix(material/tree): updated public api file updated public api file Fixes #21922 --- tools/public_api_guard/cdk/tree.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/public_api_guard/cdk/tree.md b/tools/public_api_guard/cdk/tree.md index bbb95d5da184..31d434a4e501 100644 --- a/tools/public_api_guard/cdk/tree.md +++ b/tools/public_api_guard/cdk/tree.md @@ -127,6 +127,8 @@ export class CdkTreeNode implements FocusableOption, OnDestroy, OnInit // (undocumented) get isExpanded(): boolean; // (undocumented) + get isLeafNode(): boolean; + // (undocumented) get level(): number; static mostRecentTreeNode: CdkTreeNode | null; // (undocumented)