diff --git a/docs/angular-testing-library/api.mdx b/docs/angular-testing-library/api.mdx index 06229c656..0b146f95e 100644 --- a/docs/angular-testing-library/api.mdx +++ b/docs/angular-testing-library/api.mdx @@ -390,8 +390,9 @@ debug() ### `rerender` -Create and render a new instance of the component. Input properties that are not -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 +properties that are not defined are cleared. ```typescript const {rerender} = await render(Counter, {