angular icon indicating copy to clipboard operation
angular copied to clipboard

Fast and productive web framework provided by Dart

Results 84 angular issues
Sort by recently updated
recently updated
newest added

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...

area: compiler
⛈ experience: new user

For example, we should have at least one test for: * [ ] `ElementRef` * [ ] `Element` * [ ] `HtmlElement` * [ ] `TemplateRef` * [ ] `ViewContainerRef`...

♻️ chore

[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...

⚔ problem: perf
⛹ feedback: discussion
⛈ experience: release

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...

⛔ state: blocked
area: compiler
☄ problem: bug
✉ dependency: analyzer