Skip to content

Commit

Permalink
docs: added wiki link for domain model (angular#50180)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitparakh authored and AndrewKushnir committed May 17, 2023
1 parent 237d90f commit 1598fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/forms/src/directives/ng_model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const resolvedPromise = (() => Promise.resolve())();

/**
* @description
* Creates a `FormControl` instance from a domain model and binds it
* 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.
*
* The `FormControl` instance tracks the value, user interaction, and
* validation status of the control and keeps the view synced with the model. If used
Expand Down

0 comments on commit 1598fbc

Please sign in to comment.