Files
2015-05-05 08:53:59 -05:00

11 lines
176 B
HTML

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