The [item-detail](https://github.com/NativeScript/template-hello-world-ng/blob/master/item/item-detail.component.html#L4) component of the default hello world [template](https://github.com/NativeScript/template-hello-world-ng/) does not render properly. In particular: ``` <Label class="h2" [text]="item.id + '. '"></Label> ``` Expected: *10. Messi*  Actual: *10Messi* 