mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
4 lines
No EOL
208 B
HTML
4 lines
No EOL
208 B
HTML
<div [attr.array]="[0]" [attr.map]="{a:1}">{{ctxProp}}</div>
|
|
<form><input type="button" [(ngModel)]="ctxProp"/></form>
|
|
<my-comp *ngIf="ctxBool"></my-comp>
|
|
<div *ngFor="let x of ctxArr" [attr.value]="x"></div> |