@@ -2,6 +2,7 @@ import {IgxAutocompleteModule,
22IgxButtonModule ,
33IgxCalendarModule ,
44IgxDatePickerModule ,
5+ IgxTimePickerModule ,
56IgxDropDownModule ,
67IgxIconModule ,
78IgxInputGroupModule ,
@@ -122,7 +123,7 @@ export class DatePickerConfigGenerator implements IConfigGenerator {
122123 configs . push ( new Config ( {
123124 component : 'DateTimePickerTDFSampleComponent' ,
124125 appModuleConfig : new AppModuleConfig ( {
125- imports : [ 'DateTimePickerTDFSampleComponent' ] ,
126+ imports : [ 'DateTimePickerTDFSampleComponent' , 'IgxDatePickerModule' , 'IgxTimePickerModule' ] ,
126127 ngDeclarations : [ 'DateTimePickerTDFSampleComponent' ] ,
127128 ngImports : [ 'IgxDatePickerModule' , 'IgxTimePickerModule' ]
128129 } )
@@ -132,7 +133,7 @@ export class DatePickerConfigGenerator implements IConfigGenerator {
132133 configs . push ( new Config ( {
133134 component : 'DateTimePickerRFSampleComponent' ,
134135 appModuleConfig : new AppModuleConfig ( {
135- imports : [ 'DateTimePickerRFSampleComponent' ] ,
136+ imports : [ 'DateTimePickerRFSampleComponent' , 'IgxDatePickerModule' , 'IgxTimePickerModule' ] ,
136137 ngDeclarations : [ 'DateTimePickerRFSampleComponent' ] ,
137138 ngImports : [ 'IgxDatePickerModule' , 'IgxTimePickerModule' ]
138139 } )
0 commit comments