Add data fetching example for Angular 2 template

This commit is contained in:
SteveSandersonMS
2016-02-29 11:27:19 +00:00
parent 97ac684652
commit 6d2e51bf63
12 changed files with 230 additions and 20 deletions

View File

@@ -23,7 +23,7 @@
</a>
</li>
<li>
<a [routerLink]="['/About']">
<a [routerLink]="['/FetchData']">
<span class='glyphicon glyphicon-th-list'></span> Fetch data
</a>
</li>