Skip to content

Commit 25ff9ca

Browse files
committed
65adb30 feat(core): Add provider which reports unhandled errors on window to ErrorHandler (#60704)
1 parent 6dd337e commit 25ff9ca

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

Diff for: BUILD_INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Mon Apr 14 17:47:11 UTC 2025
2-
e24b6d506691382f734c49f53f9bf358def9b9fa
1+
Mon Apr 14 18:41:17 UTC 2025
2+
65adb3024d6ae2af14952f4afdb2b92b600da074

Diff for: fesm2022/init.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.6+sha-e24b6d5
2+
* @license Angular v20.0.0-next.6+sha-65adb30
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

Diff for: fesm2022/localize-CajB9YLv.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.6+sha-e24b6d5
2+
* @license Angular v20.0.0-next.6+sha-65adb30
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

Diff for: fesm2022/localize.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.6+sha-e24b6d5
2+
* @license Angular v20.0.0-next.6+sha-65adb30
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

Diff for: index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.6+sha-e24b6d5
2+
* @license Angular v20.0.0-next.6+sha-65adb30
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

Diff for: init/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.6+sha-e24b6d5
2+
* @license Angular v20.0.0-next.6+sha-65adb30
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/localize",
3-
"version": "20.0.0-next.6+sha-e24b6d5",
3+
"version": "20.0.0-next.6+sha-65adb30",
44
"description": "Angular - library for localizing messages",
55
"bin": {
66
"localize-translate": "./tools/bundles/src/translate/cli.js",
@@ -67,8 +67,8 @@
6767
"yargs": "^17.2.1"
6868
},
6969
"peerDependencies": {
70-
"@angular/compiler": "20.0.0-next.6+sha-e24b6d5",
71-
"@angular/compiler-cli": "20.0.0-next.6+sha-e24b6d5"
70+
"@angular/compiler": "20.0.0-next.6+sha-65adb30",
71+
"@angular/compiler-cli": "20.0.0-next.6+sha-65adb30"
7272
},
7373
"module": "./fesm2022/localize.mjs",
7474
"typings": "./index.d.ts",

Diff for: schematics/ng-add/ng_add_bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: schematics/ng-add/ng_add_bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)