mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Make Long error messages tree-shakable in the production build with error codes. fixes #40096 PR Close #44663
17 lines
372 B
Markdown
17 lines
372 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)
|
|
PARENT_NG_SWITCH_NOT_FOUND = 2000
|
|
}
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
```
|