dart-archive/angular_analyzer_plugin

support more syntax in ngFor of

Closed this issue · 1 comments

Just tried

<li *ngFor="let item of getItems(lowerEl)">...

but I'm getting an error here.

Requires some discovery....what syntax exactly is allowed here?

Hmm. This totally works. Must have confused an unrelated error at the time, because I just validated the example line as well as the much more complicated example of <li *ngFor='let item of (items..add(blah))..add(blah.toUpperCase()); var x=index' [visible]='item != null'>{{x}}</li>