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* 
The item-detail component of the default hello world template does not render properly. In particular:
Expected:

10. Messi
Actual:

10Messi