mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f3a13c2d75
This commit provides a tree shakable error message (+doc) when JSONP request is made without loading the `HttpClientJsonpModule`. PR Close #50376
16 lines
311 B
Markdown
16 lines
311 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_JSONP_MODULE = -2800
|
|
}
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
```
|