File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export abstract class IgxHierarchicalGridBaseDirective extends IgxGridBaseDirect
166166 viewRef : ViewContainerRef ,
167167 injector : Injector ,
168168 envInjector : EnvironmentInjector ,
169- navigation : IgxHierarchicalGridNavigationService ,
169+ public override navigation : IgxHierarchicalGridNavigationService ,
170170 filteringService : IgxFilteringService ,
171171 textHighlightService : IgxTextHighlightService ,
172172 @Inject ( IgxOverlayService ) overlayService : IgxOverlayService ,
@@ -200,8 +200,6 @@ export abstract class IgxHierarchicalGridBaseDirective extends IgxGridBaseDirect
200200 ) ;
201201 }
202202
203- public override navigation : IgxHierarchicalGridNavigationService ;
204-
205203 /**
206204 * @hidden
207205 */
Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
10221022 viewRef : ViewContainerRef ,
10231023 injector : Injector ,
10241024 envInjector : EnvironmentInjector ,
1025- navigation : IgxPivotGridNavigationService ,
1025+ public override navigation : IgxPivotGridNavigationService ,
10261026 filteringService : IgxFilteringService ,
10271027 textHighlightService : IgxTextHighlightService ,
10281028 @Inject ( IgxOverlayService ) overlayService : IgxOverlayService ,
@@ -1055,8 +1055,6 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
10551055 _diTransactions ) ;
10561056 }
10571057
1058- public override navigation : IgxPivotGridNavigationService ;
1059-
10601058 /**
10611059 * @hidden
10621060 */
You can’t perform that action at this time.
0 commit comments