@@ -3,6 +3,7 @@ import { RouterModule } from '@angular/router';
3
3
import { FormValidatorModule } from '../form-validator/form-validator.module' ;
4
4
import { DropDownListSampleModule } from '../dropdownlist/dropdownlist.module' ;
5
5
import { CalendarSampleModule } from '../calendar/calendar.module' ;
6
+ import { DatePickerSampleModule } from '../datepicker/datepicker.module' ;
6
7
import { ButtonModule } from '../button/button.module' ;
7
8
import { ListViewSampleModule } from '../listview/listview.module' ;
8
9
import { GridSampleModule } from '../grid/grid.module' ;
@@ -24,6 +25,7 @@ const appRoutes: any = [
24
25
{ path : 'Button' , loadChildren : ButtonModule } ,
25
26
{ path : 'dropdownlist' , loadChildren : DropDownListSampleModule } ,
26
27
{ path : 'calendar' , loadChildren : CalendarSampleModule } ,
28
+ { path : 'datepicker' , loadChildren : DatePickerSampleModule } ,
27
29
{ path : 'numerictextbox' , loadChildren : NumericModule } ,
28
30
{ path : 'listview' , loadChildren : ListViewSampleModule } ,
29
31
{ path : 'dialog' , loadChildren : DialogSampleModule } ,
@@ -43,6 +45,7 @@ const appRoutes: any = [
43
45
ButtonModule ,
44
46
DropDownListSampleModule ,
45
47
CalendarSampleModule ,
48
+ DatePickerSampleModule ,
46
49
NumericModule ,
47
50
ListViewSampleModule ,
48
51
TextboxesModule ,
0 commit comments