2019.2 - Argument type unknown is not assignable to parameter type string in *ngFor

After update Webstorm to the 2019.2 I have a new error on an html component in *ngfor directive. My code is: 



Before the update the error wasn't present.

0
2 comments

can't recreate using similar code.

Please provide a full, self-containing code snippet (including the definitions of your component fields and methods)

Sample project would be appreciated

0

I can confirm that i also have this error which didnt appear before the new update:

I fixed this issue by adding LazyLoadEvent like this ->

@Output() emitLazy = new EventEmitter<LazyLoadEvent>();
0

Please sign in to leave a comment.