mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
606d94299a
This adds the fancy link to the error code documentation automatically PR Close #46555
20 lines
429 B
Markdown
20 lines
429 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)
|
|
INVALID_PIPE_ARGUMENT = 2100,
|
|
// (undocumented)
|
|
NG_FOR_MISSING_DIFFER = -2200,
|
|
// (undocumented)
|
|
PARENT_NG_SWITCH_NOT_FOUND = 2000
|
|
}
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
```
|