Skip to content

Commit a2d1b56

Browse files
authored
Update AbstractControl.md
1 parent b810c7c commit a2d1b56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/AbstractControl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ If the control has any children, it will also mark all children as `untouched` t
192192
```ts
193193
markAsDirty(opts: {
194194
onlySelf?: boolean;
195+
emitEvent?: boolean;
195196
} = {}): void
196197
```
197198
Marks the control as `dirty`.
@@ -201,6 +202,7 @@ This will also mark all direct ancestors as `dirty` to maintain the model.
201202
```ts
202203
markAsPristine(opts: {
203204
onlySelf?: boolean;
205+
emitEvent?: boolean;
204206
} = {}): void
205207
```
206208
Marks the control as `pristine`.

0 commit comments

Comments
 (0)