Paul Gschwendtner
Paul Gschwendtner
Oh yeah, that's a good spot. I think back when we removed it in v14, the still-experimental MDC list code was not updated. I don't know if we would need...
Thanks for this issue. This seems like a valid bug to me. The `NgForOf` directive also respects the identity, correct. See: https://cs.opensource.google/angular/angular/+/master:packages/common/src/directives/ng_for_of.ts;l=260-264?q=NgFor&ss=angular We should probably add the same to the...
Sorry @JonasDev17, I'm not actively working on Angular Components, but maybe a PR can be created that re-uses some of the logic from `NgForOf`.
I agree with what Miles said. I also consider the `focusVia` method as a simple replacement to `HTMLElement.focus` with the ability to overwrite the focus origin. My thinking is that...
I see what you are trying to achieve. You are saying that it looks like it's a valid scenario. That seems to depend on how people think of it though?...
@TKul6 You need to have `bazel` installed and should run `bazel run //tools/public_api_guard:cdk_drag-drop_api.accept`. @jelbourn Since we didn't declare `bazel` as a development requirement (yet), should we go down the road...
@TKul6 That looks new to me. Can you send the whole log output? Might be worth clearing the cache using `bazel clean --expunge` so see if it installs the `matdeps`...
@TKul6 Thanks! Looks like `yarn install` for some reason timed out. It shouldn't take longer than 15min (which it took for you right)? Can you please double-check your internet connection...
@TKul6 Please don't worry about it. I've created a PR to fix this #14461. @crisbeto this should be ready for review (again) I think.
I'd have said that the current solution is to just determine the tab index based on the label, but it looks like that doesn't work very well as: 1. We...