Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/public/docs/_examples/toh-6/ts/src/app/dashboard.component.html

11 lines
268 B
HTML
Raw Normal View History

docs:(TOH chapter on Http) New Tour of Hero Chapter on Http
2016-04-09 00:18:37 -04:00
<!-- #docregion -->
<h3>Top Heroes</h3>
<div class="grid grid-pad">
docs(toh-5): dashboard uses [routerLink] bindings #998 (#2718) * docs(toh-5): dashboard uses [routerLink] bindings #998 closes #998 * chore: temp add toh-5 to bad-code-excerpt-skip-patterns.txt
2016-11-03 10:25:01 -07:00
<a *ngFor="let hero of heroes" [routerLink]="['/detail', hero.id]" class="col-1-4">
docs:(TOH chapter on Http) New Tour of Hero Chapter on Http
2016-04-09 00:18:37 -04:00
<div class="module hero">
<h4>{{hero.name}}</h4>
</div>
docs(toh-5): dashboard uses [routerLink] bindings #998 (#2718) * docs(toh-5): dashboard uses [routerLink] bindings #998 closes #998 * chore: temp add toh-5 to bad-code-excerpt-skip-patterns.txt
2016-11-03 10:25:01 -07:00
</a>
docs:(TOH chapter on Http) New Tour of Hero Chapter on Http
2016-04-09 00:18:37 -04:00
</div>
docs(toh-pt6): add observables to HTTP tutorial chapter closes #1528
2016-05-23 22:24:15 -04:00
<hero-search></hero-search>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 121ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API