Tree
Holds methods to traverse app child modules.
#
Usage#
getParentapp.tree.getParent<T=IApp>():T
#
get current parent app
#
parentapp.tree.parent():IApp
#
getter return current parent app
#
getRootapp.tree.getRoot<T=IApp>():T
#
get current parent app
#
parentapp.tree.parent():IApp
#
getter return current parent app
#
childrenapp.tree.children:IApp[]
#
getter return current app children apps
#
childAtapp.tree.getChildAt(index: number): IApp
#
return app child at index