angular/goldens/public-api/forms/errors.md

20 lines
407 B
Markdown
Raw Normal View History

## API Report File for "angular-srcs"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
// @public
export const enum RuntimeErrorCode {
// (undocumented)
MISSING_CONTROL = 1001,
// (undocumented)
MISSING_CONTROL_VALUE = 1002,
// (undocumented)
NO_CONTROLS = 1000
}
// (No @packageDocumentation comment for this package)
```