docs: mention autoDetectChanges parameter default value (#58092)

It was unclear whether the parameter was necessary, as its default value was not mentioned in the jdsoc.

PR Close #58092
This commit is contained in:
cexbrayat 2024-10-05 11:21:34 +02:00 committed by Paul Gschwendtner
parent b40875a2cc
commit 31fb9d0d52

View file

@ -111,6 +111,8 @@ export abstract class ComponentFixture<T> {
* Set whether the fixture should autodetect changes.
*
* Also runs detectChanges once so that any existing change is detected.
*
* @param autoDetect Whether to autodetect changes. By default, `true`.
*/
abstract autoDetectChanges(autoDetect?: boolean): void;