Skip to content

Fix: rename load on demand examples titles. #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sdkAngular/app/app.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -931,4 +931,4 @@ let APP_ROUTES: Routes = [
}
];

export const routing = NativeScriptRouterModule.forRoot(APP_ROUTES);
export const routing = NativeScriptRouterModule.forRoot(APP_ROUTES);