I\'m using the Angular Material Tree in my project. Is it possible to have the tree opened by default.
And could there be a way to expand/collapse all the nodes at once
In addition make sure that treeControl nodes are set. After loading data you should
treeControl.dataNodes = nodes; treeControl.expandAll()
See this github issue