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 @@ -1021,7 +1021,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
10211021 viewRef : ViewContainerRef ,
10221022 injector : Injector ,
10231023 envInjector : EnvironmentInjector ,
1024- navigation : IgxPivotGridNavigationService ,
1024+ public override navigation : IgxPivotGridNavigationService ,
10251025 filteringService : IgxFilteringService ,
10261026 textHighlightService : IgxTextHighlightService ,
10271027 @Inject ( IgxOverlayService ) overlayService : IgxOverlayService ,
@@ -1054,8 +1054,6 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
10541054 _diTransactions ) ;
10551055 }
10561056
1057- public override navigation : IgxPivotGridNavigationService ;
1058-
10591057 /**
10601058 * @hidden
10611059 */
You can’t perform that action at this time.
0 commit comments