Andrew Lorenzen

Results 4 issues of Andrew Lorenzen

In `angular_forms`, we have a number of directives that only match an `InputElement`. However, because of limitations of the DI system, we can only inject a `HtmlElement` and cast to...

area: compiler
⚡new feature
🚰compiler: pipeline

We should have a command for publishing all of the packages, based on a specified order. Ideally, it would also remove the dependency overrides while publishing.

enhancement
help wanted

**_Admin comment_**: This is under implementation: [feature specification](https://github.com/dart-lang/language/blob/main/accepted/future-releases/0323-null-aware-elements/feature-specification.md), [implementation issue](https://github.com/dart-lang/sdk/issues/55949) Null-aware elements offer a shorthand for adding an element to a list, if the element is non-null. Consider this code...

feature
small-feature

Right now, src/module.dart imports relector_dynamic.dart, which in turn imports dart:mirrors. (https://github.com/angular/di.dart/blob/master/lib/src/module.dart#L6) For using the static version of di, we should not depend on dart:mirrors. Can we remove this dependency from...