Skip to content

Commit 81a98c3

Browse files
authored
Merge pull request #415 from NativeScript/tsonevn_common_screens
fix: removing common screens examples
2 parents 1427233 + c09b858 commit 81a98c3

File tree

103 files changed

+0
-1895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+0
-1895
lines changed

app/app.routes.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -185,26 +185,6 @@ export const routes = [
185185
loadChildren: () => import("./ng-framework-modules-category/timer/timer-examples.module").then(m => m.TimerExamplesModule),
186186
data: { title: "Timer Module" }
187187
},
188-
{
189-
path: "content-screens",
190-
loadChildren: () => import("./common-screens-category/content-screens/content-screens-examples.module").then(m => m.ContentScreensExamplesModule),
191-
data: { title: "Content Screens" }
192-
},
193-
{
194-
path: "dataentry",
195-
loadChildren: () => import("./common-screens-category/dataentry/extended-dataentry-examples.module").then(m => m.ExtendedDataentryExamplesModule),
196-
data: { title: "Data Entry (extended examples)" }
197-
},
198-
{
199-
path: "extended-listview",
200-
loadChildren: () => import("./common-screens-category/lists-category/extended-listview-examples.module").then(m => m.ExtendedListViewExamplesModule),
201-
data: { title: "ListView (extended examples)" }
202-
},
203-
{
204-
path: "userprofile",
205-
loadChildren: () => import("./common-screens-category/userprofile/extended-userprofile-examples.module").then(m => m.ExtendedUserProfileExamplesModule),
206-
data: { title: "User Profile (extended examples)" }
207-
},
208188
{
209189
path: "connectivity",
210190
loadChildren: () => import("./ng-framework-modules-category/connectivity/connectivity-examples.module").then(m => m.ConnectivityExamplesModule),

app/common-screens-category/content-screens/content-screens-examples.component.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

app/common-screens-category/content-screens/content-screens-examples.module.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

app/common-screens-category/content-screens/content-scrollable/article.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/common-screens-category/content-screens/content-scrollable/content-scrollable-example.component.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/common-screens-category/content-screens/content-scrollable/content-scrollable-example.component.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

app/common-screens-category/content-screens/end.md

Whitespace-only changes.

app/common-screens-category/content-screens/overview.md

Whitespace-only changes.

app/common-screens-category/dataentry/dataentry-signup/article.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.html

Lines changed: 0 additions & 43 deletions
This file was deleted.

app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

app/common-screens-category/dataentry/dataentry-signup/style.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/common-screens-category/dataentry/dataentry-sociallogin/article.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.html

Lines changed: 0 additions & 67 deletions
This file was deleted.

app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

app/common-screens-category/dataentry/dataentry-sociallogin/style.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/common-screens-category/dataentry/dataentry-welcome/article.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)