mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
20 lines
407 B
Markdown
20 lines
407 B
Markdown
|
|
## 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)
|
||
|
|
|
||
|
|
```
|