This
<div *ngFor="let smile of smile">
<smile-cmp [smile]="smile"></smile-cmp>
</div>
constructor(private smile: SmileService,
md5-e9f3034a03c78600b490d212b0e45e5f
You can bind only to public class members.
Good catch! I'll include fix in one of the next releases. Since the issue is not very high-priority, the fix might not be introduced as part of beta.5.
Having the same exact problem right now.
Quite annoying :D
In fact, there are two issues here:
smile inside ngFor should be reported, since it's not public.smile declared in the lexical scope of <div/> should not be reported.Publishing a fix for the second one.
Most helpful comment
Good catch! I'll include fix in one of the next releases. Since the issue is not very high-priority, the fix might not be introduced as part of beta.5.