angular-cn/public/docs/_examples/testing/ts/app/dashboard/dashboard-hero.component.html
Ward Bell 07cfce795f docs(testing): testing chapter and samples for RC6 (#2198)
[WIP] docs(testing): new chapter, new samples
2016-09-13 14:39:39 -07:00

5 lines
92 B
HTML

<!-- #docregion -->
<div (click)="click()" class="hero">
{{hero.name | uppercase}}
</div>