Rokas Brazdžionis
Rokas Brazdžionis
> And would love to hear ideas for other linting checks we could add to test the concept further! not related to a11y but it would be nice to check...
Interesting finding with the new vitest which is default in Angular v21 is how `configureTestingModule` works with non-standalone components: https://github.com/angular/angular/issues/66007 https://github.com/angular/angular/issues/65665 It means that the current implementation of `WrapperComponent` for...
it seems to be angular-cli fault: https://github.com/angular/angular-cli/issues/29077 I see they're working on a patch already
for the time being you can downgrade the `@angular-devkit/build-angular` to `19.0.3`
@iamkun can this get any attention, please?