We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fd950 commit 822797bCopy full SHA for 822797b
projects/igniteui-angular/src/lib/date-range-picker/date-range-picker.module.ts
@@ -10,7 +10,8 @@ import {
10
IgxDateRangeStartComponent, IgxDateRangeEndComponent,
11
DateRangePickerFormatPipe,
12
IgxPickerToggleComponent,
13
- IgxDateRangeSeparatorDirective
+ IgxDateRangeSeparatorDirective,
14
+ IgxDateRangeInputsBaseComponent
15
} from './date-range-picker-inputs.common';
16
import { IgxDateTimeEditorModule } from '../directives/date-time-editor';
17
@@ -22,6 +23,7 @@ import { IgxDateTimeEditorModule } from '../directives/date-time-editor';
22
23
IgxDateRangePickerComponent,
24
IgxDateRangeStartComponent,
25
IgxDateRangeEndComponent,
26
+ IgxDateRangeInputsBaseComponent,
27
28
29
IgxDateRangeSeparatorDirective
0 commit comments