angular-docs-cn/public/docs/_examples/cb-ts-to-js/ts/app/hero-title.component.html

5 lines
111 B
HTML

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