@angular/common 17.0.4 → 17.1.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/http/public_api.mjs +2 -2
- package/esm2022/http/src/client.mjs +4 -4
- package/esm2022/http/src/context.mjs +1 -1
- package/esm2022/http/src/fetch.mjs +6 -6
- package/esm2022/http/src/headers.mjs +1 -1
- package/esm2022/http/src/interceptor.mjs +4 -4
- package/esm2022/http/src/jsonp.mjs +9 -9
- package/esm2022/http/src/module.mjs +12 -12
- package/esm2022/http/src/params.mjs +1 -1
- package/esm2022/http/src/provider.mjs +1 -1
- package/esm2022/http/src/request.mjs +1 -1
- package/esm2022/http/src/response.mjs +73 -2
- package/esm2022/http/src/transfer_cache.mjs +1 -1
- package/esm2022/http/src/xhr.mjs +7 -7
- package/esm2022/http/src/xsrf.mjs +7 -7
- package/esm2022/http/testing/src/backend.mjs +4 -4
- package/esm2022/http/testing/src/module.mjs +4 -4
- package/esm2022/http/testing/src/request.mjs +4 -4
- package/esm2022/src/common_module.mjs +4 -4
- package/esm2022/src/cookie.mjs +1 -1
- package/esm2022/src/directives/ng_class.mjs +4 -4
- package/esm2022/src/directives/ng_component_outlet.mjs +4 -4
- package/esm2022/src/directives/ng_for_of.mjs +4 -4
- package/esm2022/src/directives/ng_if.mjs +4 -4
- package/esm2022/src/directives/ng_optimized_image/asserts.mjs +1 -1
- package/esm2022/src/directives/ng_optimized_image/image_loaders/cloudflare_loader.mjs +1 -1
- package/esm2022/src/directives/ng_optimized_image/image_loaders/cloudinary_loader.mjs +1 -1
- package/esm2022/src/directives/ng_optimized_image/image_loaders/image_loader.mjs +1 -1
- package/esm2022/src/directives/ng_optimized_image/image_loaders/imagekit_loader.mjs +1 -1
- package/esm2022/src/directives/ng_optimized_image/image_loaders/imgix_loader.mjs +1 -1
- package/esm2022/src/directives/ng_optimized_image/lcp_image_observer.mjs +4 -4
- package/esm2022/src/directives/ng_optimized_image/ng_optimized_image.mjs +4 -4
- package/esm2022/src/directives/ng_optimized_image/preconnect_link_checker.mjs +4 -4
- package/esm2022/src/directives/ng_optimized_image/preload-link-creator.mjs +4 -4
- package/esm2022/src/directives/ng_optimized_image/url.mjs +1 -1
- package/esm2022/src/directives/ng_plural.mjs +7 -7
- package/esm2022/src/directives/ng_style.mjs +4 -4
- package/esm2022/src/directives/ng_switch.mjs +10 -10
- package/esm2022/src/directives/ng_template_outlet.mjs +4 -4
- package/esm2022/src/dom_adapter.mjs +1 -1
- package/esm2022/src/i18n/format_date.mjs +1 -1
- package/esm2022/src/i18n/format_number.mjs +1 -1
- package/esm2022/src/i18n/locale_data_api.mjs +1 -1
- package/esm2022/src/i18n/localization.mjs +7 -7
- package/esm2022/src/location/hash_location_strategy.mjs +4 -4
- package/esm2022/src/location/location.mjs +4 -4
- package/esm2022/src/location/location_strategy.mjs +7 -7
- package/esm2022/src/location/platform_location.mjs +6 -6
- package/esm2022/src/location/util.mjs +1 -1
- package/esm2022/src/navigation/platform_navigation.mjs +3 -3
- package/esm2022/src/pipes/async_pipe.mjs +4 -4
- package/esm2022/src/pipes/case_conversion_pipes.mjs +10 -10
- package/esm2022/src/pipes/date_pipe.mjs +4 -4
- package/esm2022/src/pipes/i18n_plural_pipe.mjs +4 -4
- package/esm2022/src/pipes/i18n_select_pipe.mjs +4 -4
- package/esm2022/src/pipes/json_pipe.mjs +3 -3
- package/esm2022/src/pipes/keyvalue_pipe.mjs +4 -4
- package/esm2022/src/pipes/number_pipe.mjs +10 -10
- package/esm2022/src/pipes/slice_pipe.mjs +4 -4
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/src/viewport_scroller.mjs +1 -1
- package/esm2022/testing/src/location_mock.mjs +4 -4
- package/esm2022/testing/src/mock_location_strategy.mjs +4 -4
- package/esm2022/testing/src/mock_platform_location.mjs +4 -4
- package/esm2022/testing/src/navigation/fake_navigation.mjs +1 -1
- package/esm2022/upgrade/src/location_shim.mjs +1 -1
- package/esm2022/upgrade/src/location_upgrade_module.mjs +5 -5
- package/esm2022/upgrade/src/params.mjs +1 -1
- package/esm2022/upgrade/src/utils.mjs +1 -1
- package/fesm2022/common.mjs +114 -114
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http/testing.mjs +11 -11
- package/fesm2022/http/testing.mjs.map +1 -1
- package/fesm2022/http.mjs +114 -43
- package/fesm2022/http.mjs.map +1 -1
- package/fesm2022/testing.mjs +10 -10
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +5 -5
- package/fesm2022/upgrade.mjs.map +1 -1
- package/http/index.d.ts +2 -2
- package/http/testing/index.d.ts +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
- package/testing/index.d.ts +1 -1
- package/upgrade/index.d.ts +1 -1
package/http/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v17.0.
|
|
2
|
+
* @license Angular v17.1.0-next.1
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -4113,7 +4113,7 @@ export declare interface HttpSentEvent {
|
|
|
4113
4113
|
* As per https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
|
|
4114
4114
|
* @publicApi
|
|
4115
4115
|
*/
|
|
4116
|
-
export declare
|
|
4116
|
+
export declare enum HttpStatusCode {
|
|
4117
4117
|
Continue = 100,
|
|
4118
4118
|
SwitchingProtocols = 101,
|
|
4119
4119
|
Processing = 102,
|
package/http/testing/index.d.ts
CHANGED
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/common",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.1.0-next.1",
|
|
4
4
|
"description": "Angular - commonly needed directives and services",
|
|
5
5
|
"author": "angular",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@angular/core": "17.0.
|
|
57
|
+
"@angular/core": "17.1.0-next.1",
|
|
58
58
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
59
59
|
},
|
|
60
60
|
"repository": {
|
package/testing/index.d.ts
CHANGED
package/upgrade/index.d.ts
CHANGED