mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
b40875a2cc
commit
31fb9d0d52
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue