You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(cdk/tree): collapse child nodes if top level collapses (#20683)
Fixes a bug in the Angular CDK Tree examples where the children nodes
are still visible when the top level node is collapsed. This is because
the `shouldRender()` method of the `cdk-flat-tree-example.ts` is checking
only the parent of current node.
Fixes#20665
0 commit comments