09 June 2018
tags:
I learnt an important lesson today.
@Component({ template : ` <div *ngFor = "let string of array">
export class MyApp{
get array(){ return ['hello','world'] } }
does not work like the way I thought it did.