I\'d like to bind a select element to a list of objects -- which is easy enough:
@Component({ selector: \'myApp\', template: `My Application&
This code is very simple:
{{char.title + " "}} ----> {{char.name + " "+ char.family }} ---- > {{(char.time.split('T', 2)[1]).split(':',2)}}