You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/netgrif-components-core/src/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.spec.ts
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ import {AbstractNavigationDoubleDrawerComponent} from './abstract-navigation-dou
Copy file name to clipboardExpand all lines: projects/netgrif-components-core/src/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.ts
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,10 @@ export abstract class AbstractNavigationDoubleDrawerComponent implements OnInit,
149
149
returnthis._navigationService.currentNode;
150
150
}
151
151
152
+
publicsetcurrentNode(node: UriNodeResource){
153
+
this._navigationService.currentNode=node;
154
+
}
155
+
152
156
publicgetconfigLeftMenu(){
153
157
returnthis._configLeftMenu;
154
158
}
@@ -161,10 +165,18 @@ export abstract class AbstractNavigationDoubleDrawerComponent implements OnInit,
0 commit comments