Files
Adam Bradley e315ebc25f nav updates
2015-05-04 13:34:02 -05:00

11 lines
151 B
HTML

<h1>Second Page</h1>
<p>
<button (click)="pop()">Pop (Go back to 1st)</button>
</p>
<p>
<button (click)="push()">Push (Go to 3rd)</button>
</p>