angular-docs-cn/public/docs/_examples/cb-ts-to-js/js/app/hero-title.component.html
2016-11-14 09:08:54 -08:00

5 lines
111 B
HTML

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