mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4307b82058
Make Long error messages tree-shakable in the production build with error codes. fixes #40096 PR Close #44663
18 lines
372 B
Markdown
18 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)
|
|
|
|
```
|