-
### Documentation issue
- [ ] Reporting a typo
- [ ] Reporting a documentation bug
- [ ] Documentation improvement
- [x] Documentation feedback
### Is there a specific documentation page you are r…
-
I am new to Angular Testing and stumbled across some misunderstandings while writing my first tests. I would like to help you improve it, so let's start collecting the issues. 🙂
1. The example for…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Describe the bug
for the keyboardEvent, which and keyCode is deprecated and it's recommended to use `key`.
For example
```typescript
onInputKeyDown(event) {
if (this.readonly) {
retu…
-
### Describe the feature or problem you'd like to solve
My fingers hurt from having to replace the default code in every spec with some initial code for testing with NgMocks.
### Proposed solut…
DDtMM updated
3 months ago
-
### Describe the bug
When typing into a p-inputnumber field using @testing-library/user-event (`userEvent.type(input, '42');`) the value does not update
### Environment
jest, testing-library, angul…
-
Using `on` should also work with template renders.
https://github.com/testing-library/angular-testing-library/blob/ef521727d9a5a60a998e2ef5f5406400be2a9a0c/apps/example-app/src/app/examples/02-inpu…
-
Angular introduced [RouterTestingHarness](https://angular.io/api/router/testing/RouterTestingHarness) as a utility for testing a component that depends on the router.
RouterTestingHarness manages a…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm upgrading an application from Module Federation v16 / Angular 16 to Native Federation 18.1.2 and Angular 18.2.0
I've completed the basics of the upgrade and migration to Native Federation / 18.…