Paul Gschwendtner

Results 53 issues of 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...

action: review
target: patch

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

state: has PR
P3
area: adev

See individual commits

action: merge
area: migrations
target: minor

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

action: merge
area: language-service
target: minor
detected: feature

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

area: compiler
core: queries
core: inputs / outputs
P3
compiler: jit
bug

See individual commits Also replaces #61290

action: merge
area: build & ci
merge: caretaker note
target: minor
PullApprove: disable

See individual commits

area: build & ci
action: review
target: patch

Patch port of #61843, and #61826

action: cleanup
area: build & ci
target: patch
PullApprove: disable

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