fix(compiler): emit correct types for literal arrays and maps.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<div>{{ctxProp}}</div>
|
||||
<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>
|
Reference in New Issue
Block a user