transition updates

This commit is contained in:
Adam Bradley
2015-05-05 08:53:59 -05:00
parent 478b7b83c6
commit 0e754ada16
12 changed files with 353 additions and 182 deletions

View File

@@ -1,5 +1,5 @@
<h1>First Page</h1>
<h1 style="background:blue">First Page</h1>
<p>
<button (click)="push()">Push (Go to 2nd)</button>

View File

@@ -1,5 +1,5 @@
<h1>Second Page</h1>
<h1 style="background:green">Second Page</h1>
<p>
<button (click)="pop()">Pop (Go back to 1st)</button>

View File

@@ -1,5 +1,5 @@
<h1>Third Page</h1>
<h1 style="background:yellow">Third Page</h1>
<p>
<button (click)="pop()">Pop (Go back to 2nd)</button>