We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e82559 commit e00775aCopy full SHA for e00775a
packages/core/testing/src/component_fixture.ts
@@ -176,6 +176,8 @@ export class ComponentFixture<T> {
176
* Set whether the fixture should autodetect changes.
177
*
178
* Also runs detectChanges once so that any existing change is detected.
179
+ *
180
+ * @param autoDetect Whether to autodetect changes. By default, `true`.
181
*/
182
autoDetectChanges(autoDetect = true): void {
183
if (this._noZoneOptionIsSet && !this.zonelessEnabled) {
0 commit comments