2016-05-04 11:02:01 -07:00
|
|
|
<div [attr.array]="[0]" [attr.map]="{a:1}">{{ctxProp}}</div>
|
2016-04-28 21:57:16 -07:00
|
|
|
<form><input type="button" [(ngModel)]="ctxProp"/></form>
|
2016-05-04 10:00:59 -07:00
|
|
|
<my-comp *ngIf="ctxBool"></my-comp>
|
|
|
|
|
<div *ngFor="let x of ctxArr" [attr.value]="x"></div>
|