Matthieu Riegler
Matthieu Riegler
That section would need a rewrite. Input setters aren't really recommended (I've written about [their caveats](https://riegler.fr/blog/2024-05-01-input-setters-caveats)). The transforms should be able to take care of the usecases.
We need to re-open, issue is back : https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Page_structures/Compatibility_tables
We've had similar issues in the past, unfortunately there is no real way to work around this beside disabling the test (until we update our bazel infra stack). What we've...
The ADEV tests are currently disabled, let's try to land this !
I just had a look at the breakages. It boils down to several project not using the `DOMTestComponentRenderer` but their own custom `TestComponentRenderer`. In result `componentFactory.create` throws https://github.com/json-derulo/angular/blob/c44b1cd84c0ec0e84d3c323f93063dae10582c60/packages/core/testing/src/test_bed.ts#L652-L660 The throwing...
Hi, We related issues on that topic we #28778 and #51675. Right now, `InjectionToken` does not provide info on if the token should be `multi` or not.
I doing some cleanup, the PR is stale and the first action should be to update the component from the original source (which has been updated to v19 recently)
Could you please rebase your PR ?
It looks like this broke this app, it doesn't build anymore.
Can you please rebase the PR, thank you.