4 lines
208 B
HTML
4 lines
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> |