File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
projects/igniteui-angular/src/lib/date-picker Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ import { IgxCalendarHeaderTemplateDirective , IgxCalendarHeaderTitleTemplateDirective , IgxCalendarSubheaderTemplateDirective } from '../calendar/calendar.directives' ;
1
2
import { IgxPickerActionsDirective , IgxPickerClearComponent , IgxPickerToggleComponent } from '../date-common/picker-icons.common' ;
2
3
import { IgxHintDirective } from '../directives/hint/hint.directive' ;
3
4
import { IgxLabelDirective } from '../directives/label/label.directive' ;
@@ -16,5 +17,8 @@ export const IGX_DATE_PICKER_DIRECTIVES = [
16
17
IgxLabelDirective ,
17
18
IgxPrefixDirective ,
18
19
IgxSuffixDirective ,
19
- IgxHintDirective
20
+ IgxHintDirective ,
21
+ IgxCalendarHeaderTemplateDirective ,
22
+ IgxCalendarSubheaderTemplateDirective ,
23
+ IgxCalendarHeaderTitleTemplateDirective
20
24
] as const ;
You can’t perform that action at this time.
0 commit comments