Skip to content

Commit 822797b

Browse files
committed
fix(igx-date-range-picker): add missing module #5732
1 parent 35fd950 commit 822797b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/igniteui-angular/src/lib/date-range-picker/date-range-picker.module.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import {
1010
IgxDateRangeStartComponent, IgxDateRangeEndComponent,
1111
DateRangePickerFormatPipe,
1212
IgxPickerToggleComponent,
13-
IgxDateRangeSeparatorDirective
13+
IgxDateRangeSeparatorDirective,
14+
IgxDateRangeInputsBaseComponent
1415
} from './date-range-picker-inputs.common';
1516
import { IgxDateTimeEditorModule } from '../directives/date-time-editor';
1617

@@ -22,6 +23,7 @@ import { IgxDateTimeEditorModule } from '../directives/date-time-editor';
2223
IgxDateRangePickerComponent,
2324
IgxDateRangeStartComponent,
2425
IgxDateRangeEndComponent,
26+
IgxDateRangeInputsBaseComponent,
2527
DateRangePickerFormatPipe,
2628
IgxPickerToggleComponent,
2729
IgxDateRangeSeparatorDirective

0 commit comments

Comments
 (0)