We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1828c44 commit bf392b9Copy full SHA for bf392b9
docs/angular-testing-library/api.mdx
@@ -390,8 +390,9 @@ debug()
390
391
### `rerender`
392
393
-Create and render a new instance of the component. Input properties that are not
394
-defined are cleared. To keep them use [change](#change).
+Changes the input properties of the existing component instance by following
+Angular component lifecycle events (i.e. `ngOnChanges` is called). Input
395
+properties that are not defined are cleared.
396
397
```typescript
398
const {rerender} = await render(Counter, {
0 commit comments