@@ -48,10 +48,10 @@ export const routes = [
48
48
routeEntry ( { path : 'binding' , component : BindingComponent , data : { title : "Binding" , isNavigatable : true } } ) ,
49
49
50
50
routeEntry ( { path : 'ListViewExamples' , component : ListViewMainPageComponent , data : { title : "ListViewExamples" , isNavigatable : true } } ) ,
51
- routeEntry ( { path : 'listView /commonTemplate' , component : ListViewComponent , data : { title : "commonTemplate" } } ) ,
52
- routeEntry ( { path : 'listView /customTemplate' , component : ListViewControlComponent , data : { title : "customTemplate" } } ) ,
53
- routeEntry ( { path : ' listView/asyncPipeTemplate' , component : ListViewAsyncPipeComponent , data : { title : "asyncPipeTemplate" } } ) ,
54
- routeEntry ( { path : ' listView/nestedTemplate' , component : ListViewWithNestedTemplateComponent , data : { title : "nestedTemplate" } } ) ,
51
+ routeEntry ( { path : "ListViewExamples /commonTemplate" , component : ListViewComponent , data : { title : "commonTemplate" } } ) ,
52
+ routeEntry ( { path : "ListViewExamples /customTemplate" , component : ListViewControlComponent , data : { title : "customTemplate" } } ) ,
53
+ routeEntry ( { path : " listView/asyncPipeTemplate" , component : ListViewAsyncPipeComponent , data : { title : "asyncPipeTemplate" } } ) ,
54
+ routeEntry ( { path : " listView/nestedTemplate" , component : ListViewWithNestedTemplateComponent , data : { title : "nestedTemplate" } } ) ,
55
55
56
56
routeEntry ( { path : 'listPicker' , component : ListPickerMainPageComponent , data : { title : "ListPicker" , isNavigatable : true } } ) ,
57
57
routeEntry ( { path : 'listPicker/list-picker' , component : ListPickerComponent , data : { title : "ListPicker" , isNavigatable : false } } ) ,
0 commit comments