@@ -68,7 +68,11 @@ import {
6868 IgxExcelStyleSearchComponent ,
6969 IgxExcelStyleColumnOperationsTemplateDirective ,
7070 IgxExcelStyleFilterOperationsTemplateDirective ,
71- IgxExcelStyleLoadingValuesTemplateDirective
71+ IgxExcelStyleLoadingValuesTemplateDirective ,
72+ IgxGridActionButtonComponent ,
73+ IgxGridActionsBaseDirective ,
74+ IgxGridEditingActionsComponent ,
75+ IgxGridPinningActionsComponent
7276} from "igniteui-angular/grids/core" ;
7377
7478/* NOTE: Pivot grid directives collection for ease-of-use import in standalone components scenario */
@@ -91,6 +95,11 @@ export const IGX_PIVOT_GRID_DIRECTIVES = [
9195 IgxDragIndicatorIconDirective ,
9296 IgxRowDragGhostDirective ,
9397 IgxGridStateDirective ,
98+ // IGX_GRID_ACTIONS
99+ IgxGridPinningActionsComponent ,
100+ IgxGridEditingActionsComponent ,
101+ IgxGridActionsBaseDirective ,
102+ IgxGridActionButtonComponent ,
94103 // IGX_GRID_HEADERS_DIRECTIVES:
95104 IgxGridHeaderComponent ,
96105 IgxGridHeaderGroupComponent ,
0 commit comments