2016-06-01 14:58:11 -07:00
|
|
|
<div [attr.array]="[0]" [attr.map]="{a:1}" title="translate me" i18n-title="meaning|desc">{{ctxProp}}</div>
|
2016-07-18 03:50:31 -07:00
|
|
|
<form><input type="button" [(ngModel)]="ctxProp" name="first"/></form>
|
2016-05-04 10:00:59 -07:00
|
|
|
<my-comp *ngIf="ctxBool"></my-comp>
|
2016-06-01 14:58:11 -07:00
|
|
|
<div *ngFor="let x of ctxArr" [attr.value]="x"></div>
|
2016-08-12 14:45:36 -07:00
|
|
|
<p id="welcomeMessage"><!--i18n-->Welcome<!--/i18n--></p>
|