@@ -32,6 +32,7 @@ import { IgxInputGroupModule, IgxInputDirective, IgxInputGroupComponent } from '
3232import { Subject , fromEvent , animationFrameScheduler , interval } from 'rxjs' ;
3333import { filter , takeUntil , throttle } from 'rxjs/operators' ;
3434import { IgxOverlayOutletDirective } from '../directives/toggle/toggle.directive' ;
35+ import { IgxTextSelectionModule } from '../directives/text-selection/text-selection.directive' ;
3536import {
3637 OverlaySettings ,
3738 IgxOverlayService ,
@@ -1351,7 +1352,8 @@ export class IgxDatePickerComponent implements IDatePicker, ControlValueAccessor
13511352 IgxDatePickerTemplateDirective , DatePickerDisplayValuePipe , DatePickerInputValuePipe ] ,
13521353 exports : [ IgxDatePickerComponent , IgxDatePickerTemplateDirective , IgxDatePickerActionsDirective ,
13531354 DatePickerDisplayValuePipe , DatePickerInputValuePipe ] ,
1354- imports : [ CommonModule , IgxIconModule , IgxInputGroupModule , IgxCalendarModule , IgxButtonModule , IgxRippleModule , IgxMaskModule ] ,
1355+ imports : [ CommonModule , IgxIconModule , IgxInputGroupModule , IgxCalendarModule , IgxButtonModule ,
1356+ IgxRippleModule , IgxMaskModule , IgxTextSelectionModule ] ,
13551357 entryComponents : [ IgxCalendarContainerComponent ]
13561358} )
13571359export class IgxDatePickerModule { }
0 commit comments