Is there a way to automatically expand all nodes with children when the page loads in an Angular tree control? The tree control is full of useful features, but this specific functionality seems to be missing. It does have a property for expanded nodes. Do we need to manually identify the nodes with children and pass them to the expanded nodes property, or is there a built-in feature that I am overlooking? Any assistance would be greatly appreciated.