Paul Gschwendtner
Paul Gschwendtner
Currently when attempting to retrieve a TCB symbol for an input binding that refers to a signal input with e.g. `protected`, while the `honorAccessModifiersForInputBindings` flag is `false`, Angular will throw...
### Describe the problem that you experienced Previously, usage notes were only shown in the `Usage Notes` tab, but now they appear in the tab, plus in the reference signature...
See individual commits
This commit expands the VSCode integration of the signal input migration to allow migration of full classes and all their inputs. This enables a faster workflow than just migrating every...
Initializer APIs (input, output, queries) not integrating with `TestBed.override` in a jit & aot mix
Investigation result of: https://github.com/angular/angular/pull/57668 `TestBed.overrideComponent` seems to not work well with signal inputs, queries, output, or other non-decorator APIs. That is because the `setClassMetadata` calls (generated for JIT) are used...
See individual commits Also replaces #61290
See individual commits
Patch port of #61843, and #61826
If we are seeing too many object iterations, we know something is off. This can happen when we are seeing e.g. large linked lists where every element recursively has access...
I've been trying to use Web Test Runner with our Bazel build system. This means Web Test Runner may be invoked multiple times, executing multiple tests concurrently, with isolated instances...