src/lib/tree-view/tree-view.service.ts
Service used to provide direct communication between the TreeView component and a TreeViewNode component, no matter its depth on tree structure.
Properties |
|
Methods |
|
| Public startProgressIndicator |
startProgressIndicator()
|
|
Starts a progress indicator on the TreeView component.
Returns :
void
|
| Public stopProgressIndicator |
stopProgressIndicator()
|
|
Stops the progress indicator on the TreeView component.
Returns :
void
|
| Public getTreeViewContainer |
Type : function
|
|
Get the container of the TreeView component. |