We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237d90f commit 1598fbcCopy full SHA for 1598fbc
packages/forms/src/directives/ng_model.ts
@@ -48,8 +48,8 @@ const resolvedPromise = (() => Promise.resolve())();
48
49
/**
50
* @description
51
- * Creates a `FormControl` instance from a domain model and binds it
52
- * to a form control element.
+ * Creates a `FormControl` instance from a [domain
+ * model](https://en.wikipedia.org/wiki/Domain_model) and binds it to a form control element.
53
*
54
* The `FormControl` instance tracks the value, user interaction, and
55
* validation status of the control and keeps the view synced with the model. If used
0 commit comments