angular-docs-cn/aio/content/examples/cb-ts-to-js/ts/src/app/hero-title.component.html
2017-02-23 23:23:58 -08:00

5 lines
107 B
HTML

<!-- #docregion -->
<h1>{{titlePrefix}} {{title}}</h1>
<button (click)="ok()">OK</button>
<p>{{ msg }}</p>