diff --git a/app/app.routes.ts b/app/app.routes.ts
index 6a976e66..69f8cc86 100644
--- a/app/app.routes.ts
+++ b/app/app.routes.ts
@@ -185,26 +185,6 @@ export const routes = [
loadChildren: () => import("./ng-framework-modules-category/timer/timer-examples.module").then(m => m.TimerExamplesModule),
data: { title: "Timer Module" }
},
- {
- path: "content-screens",
- loadChildren: () => import("./common-screens-category/content-screens/content-screens-examples.module").then(m => m.ContentScreensExamplesModule),
- data: { title: "Content Screens" }
- },
- {
- path: "dataentry",
- loadChildren: () => import("./common-screens-category/dataentry/extended-dataentry-examples.module").then(m => m.ExtendedDataentryExamplesModule),
- data: { title: "Data Entry (extended examples)" }
- },
- {
- path: "extended-listview",
- loadChildren: () => import("./common-screens-category/lists-category/extended-listview-examples.module").then(m => m.ExtendedListViewExamplesModule),
- data: { title: "ListView (extended examples)" }
- },
- {
- path: "userprofile",
- loadChildren: () => import("./common-screens-category/userprofile/extended-userprofile-examples.module").then(m => m.ExtendedUserProfileExamplesModule),
- data: { title: "User Profile (extended examples)" }
- },
{
path: "connectivity",
loadChildren: () => import("./ng-framework-modules-category/connectivity/connectivity-examples.module").then(m => m.ConnectivityExamplesModule),
diff --git a/app/common-screens-category/content-screens/content-screens-examples.component.ts b/app/common-screens-category/content-screens/content-screens-examples.component.ts
deleted file mode 100644
index f0d8c0f3..00000000
--- a/app/common-screens-category/content-screens/content-screens-examples.component.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-import { Component, ChangeDetectionStrategy } from "@angular/core";
-import { Link } from "./../../link";
-
-let menuLinks = [
- new Link("Content page (auto hide or show image)", "/content-screens/content-scrollable"),
-];
-
-@Component({
- moduleId: module.id,
- templateUrl: "./../../examples-list.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class ContentScreensExamplesComponent {
- public links: Array;
-
- constructor() {
- this.links = [];
-
- for (let i = 0; i < menuLinks.length; i++) {
- this.links.push(menuLinks[i]);
- }
- }
-}
diff --git a/app/common-screens-category/content-screens/content-screens-examples.module.ts b/app/common-screens-category/content-screens/content-screens-examples.module.ts
deleted file mode 100644
index 8971c96b..00000000
--- a/app/common-screens-category/content-screens/content-screens-examples.module.ts
+++ /dev/null
@@ -1,33 +0,0 @@
-import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
-import { NativeScriptRouterModule } from "nativescript-angular/router";
-import { NativeScriptCommonModule } from "nativescript-angular/common";
-import { ContentScreensExamplesComponent } from "./content-screens-examples.component";
-import { ContentScrollablePageExampleComponent } from "./content-scrollable/content-scrollable-example.component";
-import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";
-
-export const routerConfig = [
- {
- path: "",
- component: ContentScreensExamplesComponent
- },
- {
- path: "content-scrollable",
- component: ContentScrollablePageExampleComponent,
- data: { title: "Content scrollable" }
- }
-];
-
-@NgModule({
- schemas: [NO_ERRORS_SCHEMA],
- imports: [
- TitleAndNavButtonModule,
- NativeScriptCommonModule,
- NativeScriptRouterModule,
- NativeScriptRouterModule.forChild(routerConfig)
- ],
- declarations: [ContentScreensExamplesComponent, ContentScrollablePageExampleComponent]
-})
-
-export class ContentScreensExamplesModule {
- constructor() { }
-}
diff --git a/app/common-screens-category/content-screens/content-scrollable/article.md b/app/common-screens-category/content-screens/content-scrollable/article.md
deleted file mode 100644
index 4201ab02..00000000
--- a/app/common-screens-category/content-screens/content-scrollable/article.md
+++ /dev/null
@@ -1,10 +0,0 @@
-Content page with paralax scrolling effect
-
-TypeScript
-
-
-HTML
-
-
-
-
diff --git a/app/common-screens-category/content-screens/content-scrollable/content-scrollable-example.component.html b/app/common-screens-category/content-screens/content-scrollable/content-scrollable-example.component.html
deleted file mode 100644
index 6a0efb90..00000000
--- a/app/common-screens-category/content-screens/content-scrollable/content-scrollable-example.component.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/common-screens-category/content-screens/content-scrollable/content-scrollable-example.component.ts b/app/common-screens-category/content-screens/content-scrollable/content-scrollable-example.component.ts
deleted file mode 100644
index 659171d4..00000000
--- a/app/common-screens-category/content-screens/content-scrollable/content-scrollable-example.component.ts
+++ /dev/null
@@ -1,51 +0,0 @@
-import { Component, OnInit, ViewChild, ElementRef } from "@angular/core";
-import { ScrollEventData } from "tns-core-modules/ui/scroll-view";
-import { Page } from "tns-core-modules/ui/page";
-import { Image } from "tns-core-modules/ui/image";
-import { FlexboxLayout } from "tns-core-modules/ui/layouts/flexbox-layout";
-
-// >> content-paralax-page-code
-@Component({
- moduleId: module.id,
- templateUrl: "./content-scrollable-example.component.html"
-})
-export class ContentScrollablePageExampleComponent implements OnInit {
- public title: string;
- public desc: string;
- public imageSrc: string;
- public image: Image;
- public flex: FlexboxLayout;
-
- @ViewChild("img", { read: ElementRef, static: false }) img: ElementRef;
- @ViewChild("content", { read: ElementRef, static: false }) content: ElementRef;
-
- constructor(public page: Page) {
- this.page.backgroundSpanUnderStatusBar = true;
- }
-
- ngOnInit() {
- this.imageSrc = "~/images/m33.jpg";
- this.title = "The Hydrogen Clouds of M33";
- this.desc = "Gorgeous spiral galaxy M33 seems to have more than its fair share of glowing hydrogen gas." +
- "A prominent member of the local group of galaxies, M33 is also known as the Triangulum Galaxy and" +
- "lies about 3 million light-years distant.The galaxy's inner 30,000 light-years or so are shown in this" +
- "telescopic portrait that enhances its reddish ionized hydrogen clouds or HII regions." +
- "Sprawling along loose spiral arms that wind toward the core, M33's giant HII regions are some" +
- "of the largest known stellar nurseries,sites of the formation of short-lived but very massive stars." +
- "Intense ultraviolet radiation from the luminous, massive stars ionizes" +
- "the surrounding hydrogen gas and ultimately produces the characteristic red glow. To enhance this image," +
- "broadband data was used to produce a color view of the galaxy and combined with narrowband data recorded" +
- "through a hydrogen-alpha filter.That filter transmits the light of the strongest hydrogen emission line.";
- this.image = this.img.nativeElement;
- this.flex = this.content.nativeElement;
- }
-
- onScroll(args: ScrollEventData) {
- if (args.scrollY <= this.flex.getMeasuredHeight()) {
- this.image.animate({
- translate: { x: 0, y: args.scrollY * 0.3 }
- });
- }
- }
-}
-// << content-paralax-page-code
diff --git a/app/common-screens-category/content-screens/end.md b/app/common-screens-category/content-screens/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/content-screens/overview.md b/app/common-screens-category/content-screens/overview.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/dataentry/dataentry-signup/article.md b/app/common-screens-category/dataentry/dataentry-signup/article.md
deleted file mode 100644
index cb24c903..00000000
--- a/app/common-screens-category/dataentry/dataentry-signup/article.md
+++ /dev/null
@@ -1,7 +0,0 @@
-Sign up form example with text-fields, custom buttons and switch
-
-HTML
-
-
-TypeScript
-
diff --git a/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.html b/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.html
deleted file mode 100644
index 05442e80..00000000
--- a/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts b/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts
deleted file mode 100644
index ae67158b..00000000
--- a/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts
+++ /dev/null
@@ -1,38 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit, Input } from "@angular/core";
-
-@Component({
- moduleId: module.id,
- templateUrl: "./dataentry-signup.component.html",
- styleUrls: ["./style.css"],
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class SignupDataEntryExampleComponent {
- // >> dataentry-signup-code
- public secureproperty = true;
-
- public onFacebookLoginTap() {
- console.log("login with facebook");
- }
-
- public onGoogleLoginTap() {
- console.log("login with google");
- }
-
- public inSignUpTap() {
- console.log("sign up tap");
- }
-
- public switchChanged(args) {
- console.log(args);
- this.secureproperty = args;
- }
-
- public signup(name, email, password) {
- console.log("name: " + name + " email: " + email + " password: " + password);
- }
-
- public forgottenpassword() {
- console.log("forgotten password");
- }
-}
-// << dataentry-signup-code
diff --git a/app/common-screens-category/dataentry/dataentry-signup/style.css b/app/common-screens-category/dataentry/dataentry-signup/style.css
deleted file mode 100644
index a677345f..00000000
--- a/app/common-screens-category/dataentry/dataentry-signup/style.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.icon{
- font-family: 'IcoMoon-Free';
-}
\ No newline at end of file
diff --git a/app/common-screens-category/dataentry/dataentry-sociallogin/article.md b/app/common-screens-category/dataentry/dataentry-sociallogin/article.md
deleted file mode 100644
index d2700c09..00000000
--- a/app/common-screens-category/dataentry/dataentry-sociallogin/article.md
+++ /dev/null
@@ -1,10 +0,0 @@
-Welcome with Social Login
-
-
-Social Login
-
-HTML
-
-
-TypeScript
-
\ No newline at end of file
diff --git a/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.html b/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.html
deleted file mode 100644
index 0310becf..00000000
--- a/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.html
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts b/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts
deleted file mode 100644
index b5d09968..00000000
--- a/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts
+++ /dev/null
@@ -1,38 +0,0 @@
-import { Component, ChangeDetectionStrategy } from "@angular/core";
-
-@Component({
- moduleId: module.id,
- templateUrl: "./dataentry-sociallogin.component.html",
- styleUrls: ["./style.css"],
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class SocialLoginDataEntryExampleComponent {
-// >> dataentry-sociallogin-code
- public secureproperty = false;
-
- public onFacebookLoginTap() {
- console.log("login with facebook");
- }
-
- public onGoogleLoginTap() {
- console.log("login with google");
- }
-
- public inSignUpTap() {
- console.log("sign up tap");
- }
-
- public switchChanged(args) {
- console.log(args);
- this.secureproperty = args;
- }
-
- public signin(email, password) {
- console.log("email: " + email + " password: " + password);
- }
-
- public forgottenpassword() {
- console.log("forgotten password");
- }
-}
-// << dataentry-sociallogin-code
diff --git a/app/common-screens-category/dataentry/dataentry-sociallogin/style.css b/app/common-screens-category/dataentry/dataentry-sociallogin/style.css
deleted file mode 100644
index a677345f..00000000
--- a/app/common-screens-category/dataentry/dataentry-sociallogin/style.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.icon{
- font-family: 'IcoMoon-Free';
-}
\ No newline at end of file
diff --git a/app/common-screens-category/dataentry/dataentry-welcome/article.md b/app/common-screens-category/dataentry/dataentry-welcome/article.md
deleted file mode 100644
index dd44ff36..00000000
--- a/app/common-screens-category/dataentry/dataentry-welcome/article.md
+++ /dev/null
@@ -1,10 +0,0 @@
-DataEntry: Cards
-
-
-DataEntry: Cards with thumbnails
-
-HTML
-
-
-TypeScript
-
\ No newline at end of file
diff --git a/app/common-screens-category/dataentry/dataentry-welcome/dataentry-welcome.component.html b/app/common-screens-category/dataentry/dataentry-welcome/dataentry-welcome.component.html
deleted file mode 100644
index 8dd6d38d..00000000
--- a/app/common-screens-category/dataentry/dataentry-welcome/dataentry-welcome.component.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/dataentry/dataentry-welcome/dataentry-welcome.component.ts b/app/common-screens-category/dataentry/dataentry-welcome/dataentry-welcome.component.ts
deleted file mode 100644
index 891a2980..00000000
--- a/app/common-screens-category/dataentry/dataentry-welcome/dataentry-welcome.component.ts
+++ /dev/null
@@ -1,37 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit, Input } from "@angular/core";
-
-// >> dataentry-wellcome-login-code
-@Component({
- moduleId: module.id,
- templateUrl: "./dataentry-welcome.component.html",
- styleUrls: ["./style.css"],
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class WelcomeDataEntryExampleComponent {
- public secureproperty = false;
-
- public show() {
- this.secureproperty = !this.secureproperty;
- }
-
- public onLoginTap() {
- console.log("login tap");
- }
-
- public inSignUpTap() {
- console.log("sign up tap");
- }
-
- public signin(email, password) {
- console.log("email: " + email + " password: " + password);
- }
-
- public forgottenpassword() {
- console.log("forgotten password");
- }
-
- public signup() {
- console.log("sign up");
- }
-}
-// << dataentry-wellcome-login-code
diff --git a/app/common-screens-category/dataentry/dataentry-welcome/style.css b/app/common-screens-category/dataentry/dataentry-welcome/style.css
deleted file mode 100644
index a677345f..00000000
--- a/app/common-screens-category/dataentry/dataentry-welcome/style.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.icon{
- font-family: 'IcoMoon-Free';
-}
\ No newline at end of file
diff --git a/app/common-screens-category/dataentry/end.md b/app/common-screens-category/dataentry/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/dataentry/extended-dataentry-examples.component.ts b/app/common-screens-category/dataentry/extended-dataentry-examples.component.ts
deleted file mode 100644
index 608eaae2..00000000
--- a/app/common-screens-category/dataentry/extended-dataentry-examples.component.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { Component, ChangeDetectionStrategy } from "@angular/core";
-import { Link } from "./../../link";
-
-let menuLinks = [
- new Link("Welcome screen", "/dataentry/dataentry-welcome"),
- new Link("Social login", "/dataentry/dataentry-social-login"),
- new Link("Sign up", "/dataentry/dataentry-signup"),
-];
-
-@Component({
- moduleId: module.id,
- templateUrl: "./../../examples-list.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class ExtendedDataEntryExamplesComponent {
- public links: Array;
-
- constructor() {
- this.links = [];
-
- for (let i = 0; i < menuLinks.length; i++) {
- this.links.push(menuLinks[i]);
- }
- }
-}
diff --git a/app/common-screens-category/dataentry/extended-dataentry-examples.module.ts b/app/common-screens-category/dataentry/extended-dataentry-examples.module.ts
deleted file mode 100644
index 4def3971..00000000
--- a/app/common-screens-category/dataentry/extended-dataentry-examples.module.ts
+++ /dev/null
@@ -1,50 +0,0 @@
-import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
-import { NativeScriptRouterModule } from "nativescript-angular/router";
-import { NativeScriptCommonModule } from "nativescript-angular/common";
-import { ExtendedDataEntryExamplesComponent } from "./extended-dataentry-examples.component";
-import { SignupDataEntryExampleComponent } from "./dataentry-signup/dataentry-signup.component";
-import { SocialLoginDataEntryExampleComponent } from "./dataentry-sociallogin/dataentry-sociallogin.component";
-import { WelcomeDataEntryExampleComponent } from "./dataentry-welcome/dataentry-welcome.component";
-import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";
-
-export const routerConfig = [
- {
- path: "",
- component: ExtendedDataEntryExamplesComponent
- },
- {
- path: "dataentry-signup",
- component: SignupDataEntryExampleComponent,
- data: { title: "Dataentry signup" }
- },
- {
- path: "dataentry-social-login",
- component: SocialLoginDataEntryExampleComponent,
- data: { title: "Dataentry social login" }
- },
- {
- path: "dataentry-welcome",
- component: WelcomeDataEntryExampleComponent,
- data: { title: "Dataentry welcome" }
- }
-];
-
-@NgModule({
- schemas: [NO_ERRORS_SCHEMA],
- imports: [
- TitleAndNavButtonModule,
- NativeScriptCommonModule,
- NativeScriptRouterModule,
- NativeScriptRouterModule.forChild(routerConfig)
- ],
- declarations: [
- ExtendedDataEntryExamplesComponent,
- SignupDataEntryExampleComponent,
- SocialLoginDataEntryExampleComponent,
- WelcomeDataEntryExampleComponent
- ]
-})
-
-export class ExtendedDataentryExamplesModule {
- constructor() { }
-}
diff --git a/app/common-screens-category/dataentry/mock-dataItems.ts b/app/common-screens-category/dataentry/mock-dataItems.ts
deleted file mode 100644
index c9cd891f..00000000
--- a/app/common-screens-category/dataentry/mock-dataItems.ts
+++ /dev/null
@@ -1,30 +0,0 @@
-/* tslint:disable:max-line-length */
-let mockedDescription = "Cras ut turpis mollis, vestibulum leo a, eleifend enim. Nam rutrum justo vestibulum dignissim tempor. Cras ac consequat ante. Nullam malesuada vulputate leo fringilla consectetur. In ligula felis, pharetra nec lacus ornare, laoreet pellentesque odio.";
-let mockedDescriptionType2 = "Nunc vel augue quam. Phasellus pharetra lobortis nulla, at tincidunt augue consectetur sit amet. Praesent eget tellus diam. Suspendisse potenti. Praesent commodo lacinia consectetur. Pellentesque lacinia accumsan semper.";
-let mockedDescriptionType3 = "Nulla convallis urna eu est tristique, in ullamcorper sapien rutrum. Donec dictum tortor leo, ac pharetra leo fringilla vitae. Cras pellentesque ac arcu sed auctor. Aenean vitae nisl ut diam imperdiet sagittis. Maecenas eget scelerisque orci, vitae maximus ante.";
-let mockedDescriptionType4 = "Donec dictum tortor leo, ac pharetra leo fringilla vitae. Cras pellentesque ac arcu sed auctor.";
-
-export class Country {
- constructor(public name: string, public imageSrc: string, public continent: string, public desc: string) { }
-}
-
-export let mockedDataArray = [
- new Country("Australia", "~/common-screens-category/lists-category/images/flags/au.png", "Australia", mockedDescription),
- new Country("Belgium", "~/common-screens-category/lists-category/images/flags/be.png", "Europe", mockedDescriptionType2),
- new Country("Bulgaria", "~/common-screens-category/lists-category/images/flags/bg.png", "Europe", mockedDescription),
- new Country("Canada", "~/common-screens-category/lists-category/images/flags/ca.png", "North America", mockedDescriptionType3),
- new Country("Switzerland", "~/common-screens-category/lists-category/images/flags/ch.png", "Europe", mockedDescriptionType2),
- new Country("China", "~/common-screens-category/lists-category/images/flags/cn.png", "Asia", mockedDescriptionType4),
- new Country("Czech Republic", "~/common-screens-category/lists-category/images/flags/cz.png", "Europe", mockedDescription),
- new Country("Germany", "~/common-screens-category/lists-category/images/flags/de.png", "Europe", mockedDescription),
- new Country("Spain", "~/common-screens-category/lists-category/images/flags/es.png", "Europe", mockedDescriptionType2),
- new Country("Ethiopia", "~/common-screens-category/lists-category/images/flags/et.png", "Africa", mockedDescriptionType3),
- new Country("Croatia", "~/common-screens-category/lists-category/images/flags/hr.png", "Europe", mockedDescription),
- new Country("Hungary", "~/common-screens-category/lists-category/images/flags/hu.png", "Europe", mockedDescriptionType2),
- new Country("Italy", "~/common-screens-category/lists-category/images/flags/it.png", "Europe", mockedDescriptionType4),
- new Country("Jamaica", "~/common-screens-category/lists-category/images/flags/jm.png", "North America", mockedDescription),
- new Country("Romania", "~/common-screens-category/lists-category/images/flags/ro.png", "Europe", mockedDescriptionType2),
- new Country("Russia", "~/common-screens-category/lists-category/images/flags/ru.png", "Europe", mockedDescriptionType4),
- new Country("United States", "~/common-screens-category/lists-category/images/flags/us.png", "North America", mockedDescriptionType3),
-];
-
diff --git a/app/common-screens-category/dataentry/overview.md b/app/common-screens-category/dataentry/overview.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/cards/cards-listview.component.html b/app/common-screens-category/lists-category/cards/cards-listview.component.html
deleted file mode 100644
index e776176d..00000000
--- a/app/common-screens-category/lists-category/cards/cards-listview.component.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/common-screens-category/lists-category/cards/cards-listview.component.ts b/app/common-screens-category/lists-category/cards/cards-listview.component.ts
deleted file mode 100644
index a2a7ced8..00000000
--- a/app/common-screens-category/lists-category/cards/cards-listview.component.ts
+++ /dev/null
@@ -1,30 +0,0 @@
-import { Component, ChangeDetectionStrategy } from "@angular/core";
-import { ObservableArray } from "tns-core-modules/data/observable-array";
-import { mockedDataArray } from "../mock-dataItems";
-
-// >> ext-listview-cards-code
-@Component({
- moduleId: module.id,
- templateUrl: "./cards-listview.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class CardsListViewExampleComponent {
- public countries: ObservableArray;
-
- constructor() {
- this.countries = new ObservableArray(mockedDataArray);
- }
-
- onItemTapFirstList(args) {
- console.log(args.index);
- }
-
- onItemTapSecondList(args) {
- console.log(args.index);
- }
-
- onItemTapThirdList(args) {
- console.log(args.index);
- }
-}
-// << ext-listview-cards-code
diff --git a/app/common-screens-category/lists-category/cards/end.md b/app/common-screens-category/lists-category/cards/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/cards/overview.md b/app/common-screens-category/lists-category/cards/overview.md
deleted file mode 100644
index 0e1481f0..00000000
--- a/app/common-screens-category/lists-category/cards/overview.md
+++ /dev/null
@@ -1,8 +0,0 @@
-Cards
-
-
-Cards with thumbnails
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/end.md b/app/common-screens-category/lists-category/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/extended-listview-examples.component.ts b/app/common-screens-category/lists-category/extended-listview-examples.component.ts
deleted file mode 100644
index d8c68ed2..00000000
--- a/app/common-screens-category/lists-category/extended-listview-examples.component.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-import { Component, ChangeDetectionStrategy } from "@angular/core";
-import { Link } from "./../../link";
-
-let menuLinks = [
- new Link("Single line items", "/extended-listview/single-line-listview"),
- new Link("Grouped single line items", "/extended-listview/grouped-single-line"),
- new Link("Two line items", "/extended-listview/two-line-listview"),
- new Link("Multi line items", "/extended-listview/multi-line"),
- new Link("Grouped multi line items", "/extended-listview/multi-line-grouped"),
- new Link("Multi line items - bigger thumbs", "/extended-listview/multi-line-big"),
- new Link("Grouped two lines items", "/extended-listview/grouped-two-lines"),
- new Link("Cards", "/extended-listview/cards-listview"),
- new Link("Horizontal scrolling", "/extended-listview/horizontal-scrolling")
-];
-
-@Component({
- moduleId: module.id,
- templateUrl: "./../../examples-list.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class ExtendedListViewExamplesComponent {
- public links: Array;
-
- constructor() {
- this.links = [];
-
- for (let i = 0; i < menuLinks.length; i++) {
- this.links.push(menuLinks[i]);
- }
- }
-}
diff --git a/app/common-screens-category/lists-category/extended-listview-examples.module.ts b/app/common-screens-category/lists-category/extended-listview-examples.module.ts
deleted file mode 100644
index ef71a9b5..00000000
--- a/app/common-screens-category/lists-category/extended-listview-examples.module.ts
+++ /dev/null
@@ -1,92 +0,0 @@
-import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
-import { NativeScriptRouterModule } from "nativescript-angular/router";
-import { NativeScriptCommonModule } from "nativescript-angular/common";
-import { ExtendedListViewExamplesComponent } from "./extended-listview-examples.component";
-import { CardsListViewExampleComponent } from "./cards/cards-listview.component";
-import { HorizontalScrollingExampleComponent } from "./horizontal-scrolling/horizontal-scrolling.component";
-import { MultiLineListViewExampleComponent } from "./multi-line/multi-line.component";
-import { MultiLineBigListViewExampleComponent } from "./multi-line-big/multi-line-big.component";
-import { MultiLineGroupedListViewExampleComponent } from "./multi-line-grouped/multi-line-grouped.component";
-import { SingleLineListViewExampleComponent } from "./single-line/single-line-listview.component";
-import { GroupedSingleLineListViewExampleComponent } from "./single-line-grouped/grouped-single-line.component";
-import { TwoLineListViewExampleComponent } from "./two-line/two-line-listview.component";
-import { GroupedTwoLinesListViewExampleComponent } from "./two-lines-grouped/grouped-two-lines.component";
-import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";
-
-export const routerConfig = [
- {
- path: "",
- component: ExtendedListViewExamplesComponent
- },
- {
- path: "cards-listview",
- component: CardsListViewExampleComponent,
- data: { title: "Cards listview" }
- },
- {
- path: "horizontal-scrolling",
- component: HorizontalScrollingExampleComponent,
- data: { title: "Horizontal scrolling" }
- },
- {
- path: "multi-line",
- component: MultiLineListViewExampleComponent,
- data: { title: "Multi line" }
- },
- {
- path: "multi-line-big",
- component: MultiLineBigListViewExampleComponent,
- data: { title: "Multi line big" }
- },
- {
- path: "multi-line-grouped",
- component: MultiLineGroupedListViewExampleComponent,
- data: { title: "Multi line grouped" }
- },
- {
- path: "single-line-listview",
- component: SingleLineListViewExampleComponent,
- data: { title: "Single line listview" }
- },
- {
- path: "grouped-single-line",
- component: GroupedSingleLineListViewExampleComponent,
- data: { title: "Grouped single line" }
- },
- {
- path: "two-line-listview",
- component: TwoLineListViewExampleComponent,
- data: { title: "Two line listview" }
- },
- {
- path: "grouped-two-lines",
- component: GroupedTwoLinesListViewExampleComponent,
- data: { title: "Grouped two lines" }
- }
-];
-
-@NgModule({
- schemas: [NO_ERRORS_SCHEMA],
- imports: [
- TitleAndNavButtonModule,
- NativeScriptCommonModule,
- NativeScriptRouterModule,
- NativeScriptRouterModule.forChild(routerConfig)
- ],
- declarations: [
- ExtendedListViewExamplesComponent,
- CardsListViewExampleComponent,
- HorizontalScrollingExampleComponent,
- MultiLineListViewExampleComponent,
- MultiLineBigListViewExampleComponent,
- MultiLineGroupedListViewExampleComponent,
- SingleLineListViewExampleComponent,
- GroupedSingleLineListViewExampleComponent,
- TwoLineListViewExampleComponent,
- GroupedTwoLinesListViewExampleComponent
- ]
-})
-
-export class ExtendedListViewExamplesModule {
- constructor() { }
-}
diff --git a/app/common-screens-category/lists-category/horizontal-scrolling/end.md b/app/common-screens-category/lists-category/horizontal-scrolling/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/horizontal-scrolling/horizontal-scrolling.component.html b/app/common-screens-category/lists-category/horizontal-scrolling/horizontal-scrolling.component.html
deleted file mode 100644
index 97427381..00000000
--- a/app/common-screens-category/lists-category/horizontal-scrolling/horizontal-scrolling.component.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/horizontal-scrolling/horizontal-scrolling.component.ts b/app/common-screens-category/lists-category/horizontal-scrolling/horizontal-scrolling.component.ts
deleted file mode 100644
index e046915c..00000000
--- a/app/common-screens-category/lists-category/horizontal-scrolling/horizontal-scrolling.component.ts
+++ /dev/null
@@ -1,37 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit } from "@angular/core";
-import { mockedDataArray } from "../mock-dataItems";
-import { EventData } from "tns-core-modules/data/observable";
-import { ScrollView, ScrollEventData } from "tns-core-modules/ui/scroll-view";
-
-// >> ext-horizontal-lists-code
-@Component({
- moduleId: module.id,
- templateUrl: "./horizontal-scrolling.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class HorizontalScrollingExampleComponent implements OnInit {
- public countries: Array = [];
-
- ngOnInit() {
- for (let index = 0; index < mockedDataArray.length; index++) {
- // creating an object with additional id key to re-use as unique id
- this.countries.push({ "data": mockedDataArray[index], id: index });
- }
- }
-
- onTap(args: EventData) {
- // using the unique id assigned via the view-model
- console.log(args.object.get("id"));
- }
-
- onScroll(args: ScrollEventData) {
- console.log("scrollX: " + args.scrollX + "; scrollY: " + args.scrollY);
- }
-
- onScrollLoaded(args) {
- // scroll to specific position of the horizontal scroll list
- let scrollOffset = 330;
- (args.object).scrollToHorizontalOffset(scrollOffset, true);
- }
-}
-// << ext-horizontal-lists-code
diff --git a/app/common-screens-category/lists-category/horizontal-scrolling/overview.md b/app/common-screens-category/lists-category/horizontal-scrolling/overview.md
deleted file mode 100644
index 4b4b8623..00000000
--- a/app/common-screens-category/lists-category/horizontal-scrolling/overview.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Horizontal scrolling list
-
-
-Initializing the data Items
-
diff --git a/app/common-screens-category/lists-category/images/flags/au.png b/app/common-screens-category/lists-category/images/flags/au.png
deleted file mode 100755
index f2572d72..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/au.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/be.png b/app/common-screens-category/lists-category/images/flags/be.png
deleted file mode 100755
index 5d1b8325..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/be.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/bg.png b/app/common-screens-category/lists-category/images/flags/bg.png
deleted file mode 100755
index d78308df..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/bg.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/ca.png b/app/common-screens-category/lists-category/images/flags/ca.png
deleted file mode 100755
index c939b041..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/ca.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/ch.png b/app/common-screens-category/lists-category/images/flags/ch.png
deleted file mode 100755
index 5fe151ca..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/ch.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/cn.png b/app/common-screens-category/lists-category/images/flags/cn.png
deleted file mode 100755
index d31bab71..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/cn.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/co.png b/app/common-screens-category/lists-category/images/flags/co.png
deleted file mode 100755
index b6aae55c..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/co.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/cz.png b/app/common-screens-category/lists-category/images/flags/cz.png
deleted file mode 100755
index 4fc3adb5..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/cz.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/de.png b/app/common-screens-category/lists-category/images/flags/de.png
deleted file mode 100755
index eea2e58b..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/de.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/es.png b/app/common-screens-category/lists-category/images/flags/es.png
deleted file mode 100755
index f589a835..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/es.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/et.png b/app/common-screens-category/lists-category/images/flags/et.png
deleted file mode 100755
index d759c2fd..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/et.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/hr.png b/app/common-screens-category/lists-category/images/flags/hr.png
deleted file mode 100755
index 2dae8a8a..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/hr.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/ht.png b/app/common-screens-category/lists-category/images/flags/ht.png
deleted file mode 100755
index 2e15f899..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/ht.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/hu.png b/app/common-screens-category/lists-category/images/flags/hu.png
deleted file mode 100755
index c1c028ec..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/hu.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/it.png b/app/common-screens-category/lists-category/images/flags/it.png
deleted file mode 100755
index ff7ed317..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/it.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/jm.png b/app/common-screens-category/lists-category/images/flags/jm.png
deleted file mode 100755
index 68e58fee..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/jm.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/jo.png b/app/common-screens-category/lists-category/images/flags/jo.png
deleted file mode 100755
index 57bd76a6..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/jo.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/jp.png b/app/common-screens-category/lists-category/images/flags/jp.png
deleted file mode 100755
index 33f3a757..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/jp.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/ro.png b/app/common-screens-category/lists-category/images/flags/ro.png
deleted file mode 100755
index 0bee8d1a..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/ro.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/ru.png b/app/common-screens-category/lists-category/images/flags/ru.png
deleted file mode 100755
index 66741a4d..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/ru.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/images/flags/us.png b/app/common-screens-category/lists-category/images/flags/us.png
deleted file mode 100755
index 5b96ff24..00000000
Binary files a/app/common-screens-category/lists-category/images/flags/us.png and /dev/null differ
diff --git a/app/common-screens-category/lists-category/mock-dataItems.ts b/app/common-screens-category/lists-category/mock-dataItems.ts
deleted file mode 100644
index cb92fe9d..00000000
--- a/app/common-screens-category/lists-category/mock-dataItems.ts
+++ /dev/null
@@ -1,59 +0,0 @@
-/* tslint:disable:max-line-length */
-export class Header {
- constructor(public name: string, public type: string, public imageSrc?: string, public desc?: string) { }
-}
-
-export class Footer {
- constructor(public name: string, public type: string, public imageSrc?: string, public desc?: string) { }
-}
-
-export class Country {
- constructor(public name: string, public imageSrc: string, public continent: string, public desc: string) { }
-}
-
-let mockedDescription = "Cras ut turpis mollis, vestibulum leo a, eleifend enim. Nam rutrum justo vestibulum dignissim tempor. Cras ac consequat ante. Nullam malesuada vulputate leo fringilla consectetur. In ligula felis, pharetra nec lacus ornare, laoreet pellentesque odio.";
-let mockedDescriptionType2 = "Nunc vel augue quam. Phasellus pharetra lobortis nulla, at tincidunt augue consectetur sit amet. Praesent eget tellus diam. Suspendisse potenti. Praesent commodo lacinia consectetur. Pellentesque lacinia accumsan semper.";
-let mockedDescriptionType3 = "Nulla convallis urna eu est tristique, in ullamcorper sapien rutrum. Donec dictum tortor leo, ac pharetra leo fringilla vitae. Cras pellentesque ac arcu sed auctor. Aenean vitae nisl ut diam imperdiet sagittis. Maecenas eget scelerisque orci, vitae maximus ante.";
-let mockedDescriptionType4 = "Donec dictum tortor leo, ac pharetra leo fringilla vitae. Cras pellentesque ac arcu sed auctor.";
-
-export let mockedDataArray = [
- new Country("Australia", "~/common-screens-category/lists-category/images/flags/au.png", "Australia", mockedDescription),
- new Country("Belgium", "~/common-screens-category/lists-category/images/flags/be.png", "Europe", mockedDescriptionType2),
- new Country("Bulgaria", "~/common-screens-category/lists-category/images/flags/bg.png", "Europe", mockedDescription),
- new Country("Canada", "~/common-screens-category/lists-category/images/flags/ca.png", "North America", mockedDescriptionType3),
- new Country("Switzerland", "~/common-screens-category/lists-category/images/flags/ch.png", "Europe", mockedDescriptionType2),
- new Country("China", "~/common-screens-category/lists-category/images/flags/cn.png", "Asia", mockedDescriptionType4),
- new Country("Czech Republic", "~/common-screens-category/lists-category/images/flags/cz.png", "Europe", mockedDescription),
- new Country("Germany", "~/common-screens-category/lists-category/images/flags/de.png", "Europe", mockedDescription),
- new Country("Spain", "~/common-screens-category/lists-category/images/flags/es.png", "Europe", mockedDescriptionType2),
- new Country("Ethiopia", "~/common-screens-category/lists-category/images/flags/et.png", "Africa", mockedDescriptionType3),
- new Country("Croatia", "~/common-screens-category/lists-category/images/flags/hr.png", "Europe", mockedDescription),
- new Country("Hungary", "~/common-screens-category/lists-category/images/flags/hu.png", "Europe", mockedDescriptionType2),
- new Country("Italy", "~/common-screens-category/lists-category/images/flags/it.png", "Europe", mockedDescriptionType4),
- new Country("Jamaica", "~/common-screens-category/lists-category/images/flags/jm.png", "North America", mockedDescription),
- new Country("Romania", "~/common-screens-category/lists-category/images/flags/ro.png", "Europe", mockedDescriptionType2),
- new Country("Russia", "~/common-screens-category/lists-category/images/flags/ru.png", "Europe", mockedDescriptionType4),
- new Country("United States", "~/common-screens-category/lists-category/images/flags/us.png", "North America", mockedDescriptionType3),
-];
-
-export let mockedCounties = [
- new Header("Asia", "header"),
- new Country("China", "~/common-screens-category/lists-category/images/flags/cn.png", "Asia", mockedDescriptionType4),
- new Header("Europe", "header"),
- new Country("Belgium", "~/common-screens-category/lists-category/images/flags/be.png", "Europe", mockedDescriptionType2),
- new Country("Bulgaria", "~/common-screens-category/lists-category/images/flags/bg.png", "Europe", mockedDescription),
- new Country("Switzerland", "~/common-screens-category/lists-category/images/flags/ch.png", "Europe", mockedDescriptionType2),
- new Country("Czech Republic", "~/common-screens-category/lists-category/images/flags/cz.png", "Europe", mockedDescription),
- new Country("Germany", "~/common-screens-category/lists-category/images/flags/de.png", "Europe", mockedDescription),
- new Country("Spain", "~/common-screens-category/lists-category/images/flags/es.png", "Europe", mockedDescriptionType2),
- new Country("Croatia", "~/common-screens-category/lists-category/images/flags/hr.png", "Europe", mockedDescription),
- new Country("Hungary", "~/common-screens-category/lists-category/images/flags/hu.png", "Europe", mockedDescriptionType2),
- new Country("Italy", "~/common-screens-category/lists-category/images/flags/it.png", "Europe", mockedDescriptionType4),
- new Country("Romania", "~/common-screens-category/lists-category/images/flags/ro.png", "Europe", mockedDescriptionType2),
- new Country("Russia", "~/common-screens-category/lists-category/images/flags/ru.png", "Europe", mockedDescriptionType4),
- new Header("North America", "header"),
- new Country("Canada", "~/common-screens-category/lists-category/images/flags/ca.png", "North America", mockedDescriptionType3),
- new Country("United States", "~/common-screens-category/lists-category/images/flags/us.png", "North America", mockedDescriptionType3),
- new Country("Jamaica", "~/common-screens-category/lists-category/images/flags/jm.png", "North America", mockedDescription),
- new Footer("all countries loaded!", "footer")
-];
diff --git a/app/common-screens-category/lists-category/multi-line-big/end.md b/app/common-screens-category/lists-category/multi-line-big/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/multi-line-big/multi-line-big.component.html b/app/common-screens-category/lists-category/multi-line-big/multi-line-big.component.html
deleted file mode 100644
index 6c830a3e..00000000
--- a/app/common-screens-category/lists-category/multi-line-big/multi-line-big.component.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/multi-line-big/multi-line-big.component.ts b/app/common-screens-category/lists-category/multi-line-big/multi-line-big.component.ts
deleted file mode 100644
index 23fff0df..00000000
--- a/app/common-screens-category/lists-category/multi-line-big/multi-line-big.component.ts
+++ /dev/null
@@ -1,47 +0,0 @@
-// >> multi-line-big-code
-import { Component, ChangeDetectionStrategy, OnInit } from "@angular/core";
-import { ItemEventData } from "tns-core-modules/ui/list-view";
-import { SetupItemViewArgs } from "nativescript-angular/directives";
-import { mockedDataArray, mockedCounties, Country } from "../mock-dataItems";
-
-@Component({
- moduleId: module.id,
- templateUrl: "./multi-line-big.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class MultiLineBigListViewExampleComponent implements OnInit {
- public countries: Array = [];
- public groupedCountries: Array = [];
- public templateSelector = (item: any, index: number, items: any) => {
- return item.type || "cell";
- }
-
- ngOnInit() {
- for (let i = 0; i < mockedDataArray.length; i++) {
- this.countries.push(mockedDataArray[i]);
- }
-
- for (let i = 0; i < mockedCounties.length; i++) {
- this.groupedCountries.push(mockedCounties[i]);
- }
- }
-
- onItemTapFirstList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapSecondList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapThirdList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onSetupItemView(args: SetupItemViewArgs) {
- // further customisation can be achived with SetupItemViewArgs
- // example for creating a variable for each third element
- args.view.context.third = (args.index % 3 === 0);
- }
-}
-// << multi-line-big-code
diff --git a/app/common-screens-category/lists-category/multi-line-big/overview.md b/app/common-screens-category/lists-category/multi-line-big/overview.md
deleted file mode 100644
index f32bea25..00000000
--- a/app/common-screens-category/lists-category/multi-line-big/overview.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Multi line items with bigger thumbnails (left)
-
-
-Multi line items with bigger thumbnails (right)
-
-
-Grouped multi line items with bigger thumbnails
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/multi-line-grouped/end.md b/app/common-screens-category/lists-category/multi-line-grouped/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/multi-line-grouped/multi-line-grouped.component.html b/app/common-screens-category/lists-category/multi-line-grouped/multi-line-grouped.component.html
deleted file mode 100644
index ca39f173..00000000
--- a/app/common-screens-category/lists-category/multi-line-grouped/multi-line-grouped.component.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/multi-line-grouped/multi-line-grouped.component.ts b/app/common-screens-category/lists-category/multi-line-grouped/multi-line-grouped.component.ts
deleted file mode 100644
index 4e444498..00000000
--- a/app/common-screens-category/lists-category/multi-line-grouped/multi-line-grouped.component.ts
+++ /dev/null
@@ -1,36 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit } from "@angular/core";
-import { ItemEventData } from "tns-core-modules/ui/list-view";
-import { mockedCounties } from "../mock-dataItems";
-
-// >> multi-line-grouped-code
-@Component({
- moduleId: module.id,
- templateUrl: "./multi-line-grouped.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class MultiLineGroupedListViewExampleComponent implements OnInit {
- public countries: Array = [];
-
- public templateSelector = (item: any, index: number, items: any) => {
- return item.type || "cell";
- }
-
- ngOnInit() {
- for (let i = 0; i < mockedCounties.length; i++) {
- this.countries.push(mockedCounties[i]);
- }
- }
-
- onItemTapFirstList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapSecondList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapThirdList(args: ItemEventData) {
- console.log(args.index);
- }
-}
-// << multi-line-grouped-code
diff --git a/app/common-screens-category/lists-category/multi-line-grouped/overview.md b/app/common-screens-category/lists-category/multi-line-grouped/overview.md
deleted file mode 100644
index a2a9fc0b..00000000
--- a/app/common-screens-category/lists-category/multi-line-grouped/overview.md
+++ /dev/null
@@ -1,12 +0,0 @@
-Grouped multi line items
-
-
-Grouped multi line items with separators
-
-
-Grouped multi line items with thumbnails
-
-
-Initializing the data Items
-
-
diff --git a/app/common-screens-category/lists-category/multi-line/end.md b/app/common-screens-category/lists-category/multi-line/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/multi-line/multi-line.component.html b/app/common-screens-category/lists-category/multi-line/multi-line.component.html
deleted file mode 100644
index 671347ce..00000000
--- a/app/common-screens-category/lists-category/multi-line/multi-line.component.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/multi-line/multi-line.component.ts b/app/common-screens-category/lists-category/multi-line/multi-line.component.ts
deleted file mode 100644
index 15660fee..00000000
--- a/app/common-screens-category/lists-category/multi-line/multi-line.component.ts
+++ /dev/null
@@ -1,39 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit } from "@angular/core";
-import { ItemEventData } from "tns-core-modules/ui/list-view";
-import { SetupItemViewArgs } from "nativescript-angular/directives";
-import { mockedDataArray, Country } from "../mock-dataItems";
-
-// >> multiline-listview-code
-@Component({
- moduleId: module.id,
- templateUrl: "./multi-line.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class MultiLineListViewExampleComponent implements OnInit {
- public countries: Array = [];
-
- ngOnInit() {
- for (let i = 0; i < mockedDataArray.length; i++) {
- this.countries.push(mockedDataArray[i]);
- }
- }
-
- onItemTapFirstList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapSecondList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapThirdList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onSetupItemView(args: SetupItemViewArgs) {
- // further customisation can be achived with SetupItemViewArgs
- // example for creating a variable for each third element
- args.view.context.third = (args.index % 3 === 0);
- }
-}
-// << multiline-listview-code
diff --git a/app/common-screens-category/lists-category/multi-line/overview.md b/app/common-screens-category/lists-category/multi-line/overview.md
deleted file mode 100644
index 000153ca..00000000
--- a/app/common-screens-category/lists-category/multi-line/overview.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Multi line items
-
-
-Multi line items with separators
-
-
-Multi line items with thumbnails
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/overview.md b/app/common-screens-category/lists-category/overview.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/single-line-grouped/end.md b/app/common-screens-category/lists-category/single-line-grouped/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/single-line-grouped/grouped-single-line.component.html b/app/common-screens-category/lists-category/single-line-grouped/grouped-single-line.component.html
deleted file mode 100644
index 9c6f4aab..00000000
--- a/app/common-screens-category/lists-category/single-line-grouped/grouped-single-line.component.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/single-line-grouped/grouped-single-line.component.ts b/app/common-screens-category/lists-category/single-line-grouped/grouped-single-line.component.ts
deleted file mode 100644
index 48288bae..00000000
--- a/app/common-screens-category/lists-category/single-line-grouped/grouped-single-line.component.ts
+++ /dev/null
@@ -1,36 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit } from "@angular/core";
-import { ItemEventData } from "tns-core-modules/ui/list-view";
-import { mockedCounties } from "../mock-dataItems";
-
-// >> grouped-single-listview-basic-code
-@Component({
- moduleId: module.id,
- templateUrl: "./grouped-single-line.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class GroupedSingleLineListViewExampleComponent implements OnInit {
- public countries: Array = [];
-
- public templateSelector = (item: any, index: number, items: any) => {
- return item.type || "cell";
- }
-
- ngOnInit() {
- for (let i = 0; i < mockedCounties.length; i++) {
- this.countries.push(mockedCounties[i]);
- }
- }
-
- onItemTapFirstList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapSecondList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapThirdList(args: ItemEventData) {
- console.log(args.index);
- }
-}
-// << grouped-single-listview-basic-code
diff --git a/app/common-screens-category/lists-category/single-line-grouped/overview.md b/app/common-screens-category/lists-category/single-line-grouped/overview.md
deleted file mode 100644
index fc3d2bd9..00000000
--- a/app/common-screens-category/lists-category/single-line-grouped/overview.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Grouped single line items
-
-
-Grouped single line items with separators
-
-
-Grouped single line items with thumbnails
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/single-line/end.md b/app/common-screens-category/lists-category/single-line/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/single-line/overview.md b/app/common-screens-category/lists-category/single-line/overview.md
deleted file mode 100644
index a12e5dad..00000000
--- a/app/common-screens-category/lists-category/single-line/overview.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Single line items
-
-
-Single line items with separators
-
-
-Single line items with thumbnails
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/single-line/single-line-listview.component.html b/app/common-screens-category/lists-category/single-line/single-line-listview.component.html
deleted file mode 100644
index 18e8ee16..00000000
--- a/app/common-screens-category/lists-category/single-line/single-line-listview.component.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/single-line/single-line-listview.component.ts b/app/common-screens-category/lists-category/single-line/single-line-listview.component.ts
deleted file mode 100644
index 457e8add..00000000
--- a/app/common-screens-category/lists-category/single-line/single-line-listview.component.ts
+++ /dev/null
@@ -1,32 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit } from "@angular/core";
-import { ItemEventData } from "tns-core-modules/ui/list-view";
-import { mockedDataArray, Country } from "../mock-dataItems";
-
-// >> ext-listview-basic-code
-@Component({
- moduleId: module.id,
- templateUrl: "./single-line-listview.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class SingleLineListViewExampleComponent implements OnInit {
- public countries: Array = [];
-
- ngOnInit() {
- for (let i = 0; i < mockedDataArray.length; i++) {
- this.countries.push(mockedDataArray[i]);
- }
- }
-
- onItemTapFirstList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapSecondList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapThirdList(args: ItemEventData) {
- console.log(args.index);
- }
-}
-// << ext-listview-basic-code
diff --git a/app/common-screens-category/lists-category/two-line/end.md b/app/common-screens-category/lists-category/two-line/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/two-line/overview.md b/app/common-screens-category/lists-category/two-line/overview.md
deleted file mode 100644
index c2ce8bb7..00000000
--- a/app/common-screens-category/lists-category/two-line/overview.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Two line items
-
-
-Two line items with separators
-
-
-Two line items with thumbnails
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/two-line/two-line-listview.component.html b/app/common-screens-category/lists-category/two-line/two-line-listview.component.html
deleted file mode 100644
index af1c3aad..00000000
--- a/app/common-screens-category/lists-category/two-line/two-line-listview.component.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/two-line/two-line-listview.component.ts b/app/common-screens-category/lists-category/two-line/two-line-listview.component.ts
deleted file mode 100644
index 58c49f3f..00000000
--- a/app/common-screens-category/lists-category/two-line/two-line-listview.component.ts
+++ /dev/null
@@ -1,30 +0,0 @@
-import { Component, ChangeDetectionStrategy } from "@angular/core";
-import { ObservableArray } from "tns-core-modules/data/observable-array";
-import { mockedDataArray } from "../mock-dataItems";
-
-// >> ext-listview-two-lines-code
-@Component({
- moduleId: module.id,
- templateUrl: "./two-line-listview.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class TwoLineListViewExampleComponent {
- public countries: ObservableArray;
-
- constructor() {
- this.countries = new ObservableArray(mockedDataArray);
- }
-
- onItemTapFirstList(args) {
- console.log(args.index);
- }
-
- onItemTapSecondList(args) {
- console.log(args.index);
- }
-
- onItemTapThirdList(args) {
- console.log(args.index);
- }
-}
-// << ext-listview-two-lines-code
diff --git a/app/common-screens-category/lists-category/two-lines-grouped/end.md b/app/common-screens-category/lists-category/two-lines-grouped/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/lists-category/two-lines-grouped/grouped-two-lines.component.html b/app/common-screens-category/lists-category/two-lines-grouped/grouped-two-lines.component.html
deleted file mode 100644
index bad93060..00000000
--- a/app/common-screens-category/lists-category/two-lines-grouped/grouped-two-lines.component.html
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/lists-category/two-lines-grouped/grouped-two-lines.component.ts b/app/common-screens-category/lists-category/two-lines-grouped/grouped-two-lines.component.ts
deleted file mode 100644
index 598858f1..00000000
--- a/app/common-screens-category/lists-category/two-lines-grouped/grouped-two-lines.component.ts
+++ /dev/null
@@ -1,37 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit } from "@angular/core";
-import { ItemEventData } from "tns-core-modules/ui/list-view";
-import { mockedCounties } from "../mock-dataItems";
-
-// >> grouped-listview-two-lines-code
-@Component({
- moduleId: module.id,
- templateUrl: "./grouped-two-lines.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class GroupedTwoLinesListViewExampleComponent implements OnInit {
- public countries: Array;
-
- ngOnInit() {
- this.countries = [];
- for (let i = 0; i < mockedCounties.length; i++) {
- this.countries.push(mockedCounties[i]);
- }
- }
-
- public templateSelector = (item: any, index: number, items: any) => {
- return item.type || "cell";
- }
-
- onItemTapFirstList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapSecondList(args: ItemEventData) {
- console.log(args.index);
- }
-
- onItemTapThirdList(args: ItemEventData) {
- console.log(args.index);
- }
-}
-// << grouped-listview-two-lines-code
diff --git a/app/common-screens-category/lists-category/two-lines-grouped/overview.md b/app/common-screens-category/lists-category/two-lines-grouped/overview.md
deleted file mode 100644
index 03277835..00000000
--- a/app/common-screens-category/lists-category/two-lines-grouped/overview.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Grouped two line items
-
-
-Grouped two line items with separators
-
-
-Grouped two line items with thumbnails
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/userprofile/end.md b/app/common-screens-category/userprofile/end.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/userprofile/extended-userprofile-examples.component.ts b/app/common-screens-category/userprofile/extended-userprofile-examples.component.ts
deleted file mode 100644
index 0bddb4f8..00000000
--- a/app/common-screens-category/userprofile/extended-userprofile-examples.component.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { Component, ChangeDetectionStrategy } from "@angular/core";
-import { Link } from "./../../link";
-
-let menuLinks = [
- new Link("User feed with images", "/userprofile/user-feed-images"),
- new Link("User settings menu", "/userprofile/user-settings-menu"),
- new Link("User feed", "/userprofile/user-feed")
-];
-
-@Component({
- moduleId: module.id,
- templateUrl: "./../../examples-list.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class ExtendedUserProfileExamplesComponent {
- public links: Array;
-
- constructor() {
- this.links = [];
-
- for (let i = 0; i < menuLinks.length; i++) {
- this.links.push(menuLinks[i]);
- }
- }
-}
diff --git a/app/common-screens-category/userprofile/extended-userprofile-examples.module.ts b/app/common-screens-category/userprofile/extended-userprofile-examples.module.ts
deleted file mode 100644
index 0585d217..00000000
--- a/app/common-screens-category/userprofile/extended-userprofile-examples.module.ts
+++ /dev/null
@@ -1,50 +0,0 @@
-import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
-import { NativeScriptRouterModule } from "nativescript-angular/router";
-import { NativeScriptCommonModule } from "nativescript-angular/common";
-import { ExtendedUserProfileExamplesComponent } from "./extended-userprofile-examples.component";
-import { UserFeedExampleComponent } from "./user-feed/user-feed.component";
-import { UserFeedImagesExampleComponent } from "./user-feed-images/user-feed-images.component";
-import { UserSettingsMenuExampleComponent } from "./user-settings-menu/user-settings-menu.component";
-import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";
-
-export const routerConfig = [
- {
- path: "",
- component: ExtendedUserProfileExamplesComponent
- },
- {
- path: "user-feed",
- component: UserFeedExampleComponent,
- data: { title: "User feed" }
- },
- {
- path: "user-feed-images",
- component: UserFeedImagesExampleComponent,
- data: { title: "User feed images" }
- },
- {
- path: "user-settings-menu",
- component: UserSettingsMenuExampleComponent,
- data: { title: "User settings menu" }
- }
-];
-
-@NgModule({
- schemas: [NO_ERRORS_SCHEMA],
- imports: [
- TitleAndNavButtonModule,
- NativeScriptCommonModule,
- NativeScriptRouterModule,
- NativeScriptRouterModule.forChild(routerConfig)
- ],
- declarations: [
- ExtendedUserProfileExamplesComponent,
- UserFeedExampleComponent,
- UserFeedImagesExampleComponent,
- UserSettingsMenuExampleComponent
- ]
-})
-
-export class ExtendedUserProfileExamplesModule {
- constructor() { }
-}
diff --git a/app/common-screens-category/userprofile/mock-dataItems.ts b/app/common-screens-category/userprofile/mock-dataItems.ts
deleted file mode 100644
index 38d64bdb..00000000
--- a/app/common-screens-category/userprofile/mock-dataItems.ts
+++ /dev/null
@@ -1,29 +0,0 @@
-/* tslint:disable:max-line-length */
-let mockedDescription = "Cras ut turpis mollis, vestibulum leo a, eleifend enim. Nam rutrum justo vestibulum dignissim tempor. Cras ac consequat ante. Nullam malesuada vulputate leo fringilla consectetur. In ligula felis, pharetra nec lacus ornare, laoreet pellentesque odio.";
-let mockedDescriptionType2 = "Nunc vel augue quam. Phasellus pharetra lobortis nulla, at tincidunt augue consectetur sit amet. Praesent eget tellus diam. Suspendisse potenti. Praesent commodo lacinia consectetur. Pellentesque lacinia accumsan semper.";
-let mockedDescriptionType3 = "Nulla convallis urna eu est tristique, in ullamcorper sapien rutrum. Donec dictum tortor leo, ac pharetra leo fringilla vitae. Cras pellentesque ac arcu sed auctor. Aenean vitae nisl ut diam imperdiet sagittis. Maecenas eget scelerisque orci, vitae maximus ante.";
-let mockedDescriptionType4 = "Donec dictum tortor leo, ac pharetra leo fringilla vitae. Cras pellentesque ac arcu sed auctor.";
-
-export class Country {
- constructor(public name: string, public imageSrc: string, public continent: string, public desc: string) { }
-}
-
-export let mockedDataArray = [
- new Country("Australia", "~/common-screens-category/lists-category/images/flags/au.png", "Australia", mockedDescription),
- new Country("Belgium", "~/common-screens-category/lists-category/images/flags/be.png", "Europe", mockedDescriptionType2),
- new Country("Bulgaria", "~/common-screens-category/lists-category/images/flags/bg.png", "Europe", mockedDescription),
- new Country("Canada", "~/common-screens-category/lists-category/images/flags/ca.png", "North America", mockedDescriptionType3),
- new Country("Switzerland", "~/common-screens-category/lists-category/images/flags/ch.png", "Europe", mockedDescriptionType2),
- new Country("China", "~/common-screens-category/lists-category/images/flags/cn.png", "Asia", mockedDescriptionType4),
- new Country("Czech Republic", "~/common-screens-category/lists-category/images/flags/cz.png", "Europe", mockedDescription),
- new Country("Germany", "~/common-screens-category/lists-category/images/flags/de.png", "Europe", mockedDescription),
- new Country("Spain", "~/common-screens-category/lists-category/images/flags/es.png", "Europe", mockedDescriptionType2),
- new Country("Ethiopia", "~/common-screens-category/lists-category/images/flags/et.png", "Africa", mockedDescriptionType3),
- new Country("Croatia", "~/common-screens-category/lists-category/images/flags/hr.png", "Europe", mockedDescription),
- new Country("Hungary", "~/common-screens-category/lists-category/images/flags/hu.png", "Europe", mockedDescriptionType2),
- new Country("Italy", "~/common-screens-category/lists-category/images/flags/it.png", "Europe", mockedDescriptionType4),
- new Country("Jamaica", "~/common-screens-category/lists-category/images/flags/jm.png", "North America", mockedDescription),
- new Country("Romania", "~/common-screens-category/lists-category/images/flags/ro.png", "Europe", mockedDescriptionType2),
- new Country("Russia", "~/common-screens-category/lists-category/images/flags/ru.png", "Europe", mockedDescriptionType4),
- new Country("United States", "~/common-screens-category/lists-category/images/flags/us.png", "North America", mockedDescriptionType3),
-];
diff --git a/app/common-screens-category/userprofile/overview.md b/app/common-screens-category/userprofile/overview.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/app/common-screens-category/userprofile/user-feed-images/article.md b/app/common-screens-category/userprofile/user-feed-images/article.md
deleted file mode 100644
index 802704d9..00000000
--- a/app/common-screens-category/userprofile/user-feed-images/article.md
+++ /dev/null
@@ -1,5 +0,0 @@
-User Profile: User Feed Images
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/userprofile/user-feed-images/user-feed-images.component.html b/app/common-screens-category/userprofile/user-feed-images/user-feed-images.component.html
deleted file mode 100644
index 5cef0041..00000000
--- a/app/common-screens-category/userprofile/user-feed-images/user-feed-images.component.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/common-screens-category/userprofile/user-feed-images/user-feed-images.component.ts b/app/common-screens-category/userprofile/user-feed-images/user-feed-images.component.ts
deleted file mode 100644
index 3ebd33cf..00000000
--- a/app/common-screens-category/userprofile/user-feed-images/user-feed-images.component.ts
+++ /dev/null
@@ -1,30 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit, Input } from "@angular/core";
-import { ObservableArray } from "tns-core-modules/data/observable-array";
-import { mockedDataArray } from "../mock-dataItems";
-
-// >> ext-listview-cards-code
-@Component({
- moduleId: module.id,
- templateUrl: "./user-feed-images.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class UserFeedImagesExampleComponent {
- public countries: ObservableArray;
-
- constructor() {
- this.countries = new ObservableArray(mockedDataArray);
- }
-
- public followTap() {
- console.log("follow button");
- }
-
- public onItemTapFirstList(args) {
- console.log(args.index);
- }
-
- public onItemTapSecondList(args) {
- console.log(args.index);
- }
-}
-// << ext-listview-cards-code
diff --git a/app/common-screens-category/userprofile/user-feed/article.md b/app/common-screens-category/userprofile/user-feed/article.md
deleted file mode 100644
index e6200c07..00000000
--- a/app/common-screens-category/userprofile/user-feed/article.md
+++ /dev/null
@@ -1,5 +0,0 @@
-User Profile: User Feed
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/userprofile/user-feed/images/nativescript.png b/app/common-screens-category/userprofile/user-feed/images/nativescript.png
deleted file mode 100644
index c8256173..00000000
Binary files a/app/common-screens-category/userprofile/user-feed/images/nativescript.png and /dev/null differ
diff --git a/app/common-screens-category/userprofile/user-feed/user-feed.component.html b/app/common-screens-category/userprofile/user-feed/user-feed.component.html
deleted file mode 100644
index 40ee4e06..00000000
--- a/app/common-screens-category/userprofile/user-feed/user-feed.component.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/userprofile/user-feed/user-feed.component.ts b/app/common-screens-category/userprofile/user-feed/user-feed.component.ts
deleted file mode 100644
index d40dd1d6..00000000
--- a/app/common-screens-category/userprofile/user-feed/user-feed.component.ts
+++ /dev/null
@@ -1,34 +0,0 @@
-import { Component, ChangeDetectionStrategy, Input } from "@angular/core";
-import { ObservableArray } from "tns-core-modules/data/observable-array";
-import { mockedDataArray } from "../mock-dataItems";
-
-// >> userprofile-user-feed-code
-@Component({
- moduleId: module.id,
- templateUrl: "./user-feed.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class UserFeedExampleComponent {
- public countries: ObservableArray;
-
- constructor() {
- this.countries = new ObservableArray(mockedDataArray);
- }
-
- public onItemTapFirstList(args) {
- console.log(args.index);
- }
-
- public onItemTapSecondList(args) {
- console.log(args.index);
- }
-
- public onItemTapThirdList(args) {
- console.log(args.index);
- }
-
- public followTap() {
- console.log("follow button");
- }
-}
-// << userprofile-user-feed-code
diff --git a/app/common-screens-category/userprofile/user-settings-menu/article.md b/app/common-screens-category/userprofile/user-settings-menu/article.md
deleted file mode 100644
index 0a6062dd..00000000
--- a/app/common-screens-category/userprofile/user-settings-menu/article.md
+++ /dev/null
@@ -1,5 +0,0 @@
-User Profile: User Settings Manu
-
-
-Initializing the data Items
-
\ No newline at end of file
diff --git a/app/common-screens-category/userprofile/user-settings-menu/user-settings-menu.component.html b/app/common-screens-category/userprofile/user-settings-menu/user-settings-menu.component.html
deleted file mode 100644
index 2c090507..00000000
--- a/app/common-screens-category/userprofile/user-settings-menu/user-settings-menu.component.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/common-screens-category/userprofile/user-settings-menu/user-settings-menu.component.ts b/app/common-screens-category/userprofile/user-settings-menu/user-settings-menu.component.ts
deleted file mode 100644
index a8dc9edf..00000000
--- a/app/common-screens-category/userprofile/user-settings-menu/user-settings-menu.component.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-import { Component, ChangeDetectionStrategy, OnInit, Input } from "@angular/core";
-import { ObservableArray } from "tns-core-modules/data/observable-array";
-import { mockedDataArray } from "../mock-dataItems";
-import { ItemEventData } from "tns-core-modules/ui/list-view";
-
-// >> userprofile-settings-menu-code
-@Component({
- moduleId: module.id,
- templateUrl: "./user-settings-menu.component.html",
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class UserSettingsMenuExampleComponent implements OnInit {
- public countries: ObservableArray;
-
- ngOnInit() {
- this.countries = new ObservableArray(mockedDataArray);
- }
-
- public onItemTap(args: ItemEventData) {
- console.log(args.index);
- }
-}
-// << userprofile-settings-menu-code
diff --git a/app/examples-list.component.ts b/app/examples-list.component.ts
index 5d35b55a..cafa368c 100644
--- a/app/examples-list.component.ts
+++ b/app/examples-list.component.ts
@@ -47,7 +47,6 @@ let mainMenuLinks = [
new Link("ListView (extended examples)", "/extended-listview"),
new Link("DataEntry (extended examples)", "/dataentry"),
new Link("User Profile (extended examples)", "/userprofile"),
- new Link("Content Screens", "/content-screens"),
new Link("Camera", "/camera"),
new Link("Angular routing", "/routing")
];