I have seen various examples to expand all nodes in mat-tree using
expandAll()
Is there any mechanism to expand a particular node if we click on it. Something like
node.expand()
I had referred angular material documentation but not got any answer. Please guide if anyone gone through it.