diff --git a/sdkAngular/app/app.routing.ts b/sdkAngular/app/app.routing.ts index 23d899a4..0bb0bfc1 100644 --- a/sdkAngular/app/app.routing.ts +++ b/sdkAngular/app/app.routing.ts @@ -128,28 +128,28 @@ let APP_ROUTES: Routes = [ path: "ListViewDynamicSizeAutoComponent", loadChildren: './listview/listview-examples.module#ListViewExamplesModule', data: { - "title": "Auto with Dynamic Size" + "title": "Auto with Variable Item Size" } }, { path: "ListViewDynamicSizeManualComponent", loadChildren: './listview/listview-examples.module#ListViewExamplesModule', data: { - "title": "Manual with Dynamic Size" + "title": "Manual with Variable Item Size" } }, { path: "ListViewFixedSizeAutoComponent", loadChildren: './listview/listview-examples.module#ListViewExamplesModule', data: { - "title": "Auto with Fixed Size" + "title": "Auto with Fixed Item Size" } }, { path: "ListViewFixedSizeManualComponent", loadChildren: './listview/listview-examples.module#ListViewExamplesModule', data: { - "title": "Manual with Fixed Size" + "title": "Manual with Fixed Item Size" } }, { @@ -931,4 +931,4 @@ let APP_ROUTES: Routes = [ } ]; -export const routing = NativeScriptRouterModule.forRoot(APP_ROUTES); \ No newline at end of file +export const routing = NativeScriptRouterModule.forRoot(APP_ROUTES);