Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aee4928

Browse files
test(renderer): tabview binding tests (#1401)
1 parent bdd9ece commit aee4928

27 files changed

+138
-0
lines changed
1.61 KB
Loading[フレーム]
3.08 KB
Loading[フレーム]
441 Bytes
Loading[フレーム]
754 Bytes
Loading[フレーム]
929 Bytes
Loading[フレーム]
383 Bytes
Loading[フレーム]
681 Bytes
Loading[フレーム]
981 Bytes
Loading[フレーム]

‎e2e/renderer/app/app-routing.module.ts‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { NativeScriptRouterModule } from "nativescript-angular/router";
44
import { ActionBarDynamicItemsComponent } from "./action-bar/action-bar-dynamic-items.component";
55
import { ActionBarExtensionComponent } from "./action-bar/action-bar-extension.component";
66

7+
import { TabItemBindingComponent } from "./tab-view/tab-item-binding.component";
8+
79
import { ListComponent } from "./list.component";
810
import { NgForComponent } from "./ngfor.component";
911
import { NgForOfComponent } from "./ngforof.component";
@@ -28,6 +30,10 @@ export const routes = [
2830
path: "action-bar-extension",
2931
component: ActionBarExtensionComponent,
3032
},
33+
{
34+
path: "tab-item-binding",
35+
component: TabItemBindingComponent,
36+
},
3137
{
3238
path: "list",
3339
component: ListComponent,
@@ -70,6 +76,8 @@ export const navigatableComponents = [
7076
ActionBarDynamicItemsComponent,
7177
ActionBarExtensionComponent,
7278

79+
TabItemBindingComponent,
80+
7381
ListComponent,
7482
NgForComponent,
7583
NgForOfComponent,

‎e2e/renderer/app/list.component.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { Component } from "@angular/core";
55
<FlexboxLayout flexDirection="column">
66
<Button text="ActionBar dynamic" [nsRouterLink]="['/action-bar-dynamic']"></Button>
77
<Button text="ActionBarExtension" [nsRouterLink]="['/action-bar-extension']"></Button>
8+
<Button text="TabItem Binding" [nsRouterLink]="['/tab-item-binding']"></Button>
89
<Button text="NgFor" [nsRouterLink]="['/ngfor']"></Button>
910
<Button text="NgForOf" [nsRouterLink]="['/ngforof']"></Button>
1011
<Button text="NgIf no layout" [nsRouterLink]="['/ngif-no-layout']"></Button>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /