File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ import { CounterService } from "../counter.service";
14
14
<Label text="SecondComponent" class="header"></Label>
15
15
<Label [text]="'param: ' + (depth$ | async)" class="title"></Label>
16
16
17
- <Button text="GO TO FIRST" [nsRouterLink]="['/first']"></Button>
18
- <Button text="GO TO FIRST(CLEAR)" [nsRouterLink]="['/first']" clearHistory="true" pageTransition="flipRight"></Button>
19
- <Button text="GO TO NEXT SECOND" [nsRouterLink]="['/second', (nextDepth$ | async)]"></Button>
20
- <Button text="LOAD NESTED NAMED OUTLET" (tap)="loadNestedNamedOutlet()"></Button>
21
- <Button text="BACK" automationText="BACK" (tap)="goBack()"></Button>
22
-
23
- <Button text="TICK" automationText="TICK" (tap)="service.tick()"></Button>
17
+ <WrapLayout>
18
+ <Button text="GO TO FIRST" [nsRouterLink]="['/first']"></Button>
19
+ <Button text="GO TO FIRST(CLEAR)" [nsRouterLink]="['/first']" clearHistory="true" pageTransition="flipRight"></Button>
20
+ <Button text="GO TO NEXT SECOND" [nsRouterLink]="['/second', (nextDepth$ | async)]"></Button>
21
+ <Button text="LOAD NESTED NAMED OUTLET" (tap)="loadNestedNamedOutlet()"></Button>
22
+ <Button text="BACK" automationText="BACK" (tap)="goBack()"></Button>
23
+ <Button text="TICK" automationText="TICK" (tap)="service.tick()"></Button>
24
+ </WrapLayout>
24
25
25
26
<GridLayout row="1" rows="*,*">
26
27
<GridLayout row="0" class="nested-outlet">
You can’t perform that action at this time.
0 commit comments