Skip to content

Commit 1598fbc

Browse files
sumitparakhAndrewKushnir
authored andcommitted
docs: added wiki link for domain model (#50180)
Closes #49570 PR Close #50180
1 parent 237d90f commit 1598fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/forms/src/directives/ng_model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ const resolvedPromise = (() => Promise.resolve())();
4848

4949
/**
5050
* @description
51-
* Creates a `FormControl` instance from a domain model and binds it
52-
* to a form control element.
51+
* Creates a `FormControl` instance from a [domain
52+
* model](https://en.wikipedia.org/wiki/Domain_model) and binds it to a form control element.
5353
*
5454
* The `FormControl` instance tracks the value, user interaction, and
5555
* validation status of the control and keeps the view synced with the model. If used

0 commit comments

Comments
 (0)