@dangl/angular-ava 1.5.2-beta0083 → 1.5.2-beta0087
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1539,6 +1539,7 @@ declare class AvaTreeComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
1539
1539
|
private keyboardOperationService;
|
|
1540
1540
|
private configurationTreeService;
|
|
1541
1541
|
private treeNodes;
|
|
1542
|
+
private listStructureComponent;
|
|
1542
1543
|
private readonly injector;
|
|
1543
1544
|
private transformFn;
|
|
1544
1545
|
/**
|