Files
angular-docs-cn/modules/@angular/compiler_cli/integrationtest/src/basic.html
T

3 lines
100 B
HTML
Raw Normal View History

<div>{{ctxProp}}</div>
<form><input type="button" [(ngModel)]="ctxProp"/></form>
<my-comp></my-comp>