angular
angular copied to clipboard
Fast and productive web framework provided by Dart
Internal users: > Embedding a ChangeDetectionStrategy.Default component inside of a ChangeDetectionStrategy.OnPush component leads to strange, and often undesired behavior. It might be nice to have this be a warning or...
For example, we should have at least one test for: * [ ] `ElementRef` * [ ] `Element` * [ ] `HtmlElement` * [ ] `TemplateRef` * [ ] `ViewContainerRef`...
[Forced synchronous layout](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid_forced_synchronous_layouts) is one of the leading causes for jank in web applications, and AngularDart is no exception. We should be able to utilize the tooling of the Dart...
We have a class called `MultiToken` and another called `ExistingProvider`: https://github.com/dart-lang/angular/blob/1abcb5c62fc8a8267f1abdb2081d07f40567c56f/angular/lib/src/core/di/opaque_token.dart#L62-L74 https://github.com/dart-lang/angular/blob/1abcb5c62fc8a8267f1abdb2081d07f40567c56f/angular/lib/src/di/providers.dart#L241-L265 This pattern was created in order to correctly "infer" what the type of a given DI provider should...