mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Adds a documentation page for the NG01002 runtime error thrown by FormGroup and FormArray when setValue is called with a value that is missing an entry for one or more registered controls. The error code is also changed from positive (1002) to negative (-1002) so that Angular appends a link to the error reference page in dev mode, consistent with how other documented errors (e.g. NG01101, NG01203) are handled. |
||
|---|---|---|
| .. | ||
| directives | ||
| model | ||
| directives.ts | ||
| errors.ts | ||
| form_builder.ts | ||
| form_providers.ts | ||
| forms.ts | ||
| util.ts | ||
| validators.ts | ||
| version.ts | ||