We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40875a commit 31fb9d0Copy full SHA for 31fb9d0
packages/core/testing/src/component_fixture.ts
@@ -111,6 +111,8 @@ export abstract class ComponentFixture<T> {
111
* Set whether the fixture should autodetect changes.
112
*
113
* Also runs detectChanges once so that any existing change is detected.
114
+ *
115
+ * @param autoDetect Whether to autodetect changes. By default, `true`.
116
*/
117
abstract autoDetectChanges(autoDetect?: boolean): void;
118
0 commit comments