Matan Lurey

Results 215 comments of Matan Lurey

Do we want users to write something like: ```dart class MyComp { @Children.fromView() List childComps; } ``` ... instead of ... ```dart class MyComp { @ViewChildren(read: ChildComp) List childComps; }...

I see various other edge cases around `` usage.

I think the optional named/unnamed parameters change is likely a much bigger change, and not in scope for 5.x unless we are very motivated (it would require re-ordering parameters in...

@leonsenft Luckily we don't support named arguments at all (https://github.com/dart-lang/angular/issues/448), so we can skip that for now.

Accepted, but we'll do this >=5.1

Technically this is OK, if you nest views, FWIW. We could make sure you don't do this in the _same_ view, though. /cc @alorenzen

Just hit again in https://github.com/dart-lang/angular/issues/1163.

Oh no... https://github.com/dart-lang/angular/blob/cb2acfc224c579b82aa71dfe18337870dc89ba72/angular/lib/src/compiler/html_events.dart#L5-L83

We could also require labeling native events.

Thanks! Unfortunately it won't make it in 5.0, but we could make it a warning in 5.1.