Skip to content

Commit 13336d0

Browse files
2fe8f1a refactor(core): drop component factory error in production (#60601)
1 parent 6bd4514 commit 13336d0

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Tue Apr 1 12:55:51 UTC 2025
2-
accc65c2c9992b80a28f92e218169dd83634e552
1+
Tue Apr 1 13:20:01 UTC 2025
2+
2fe8f1a9deb8f35e4e9cbcdcb85752b46b7eace4

config/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-accc65c
2+
* @license Angular v20.0.0-next.4+sha-2fe8f1a
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-accc65c
2+
* @license Angular v20.0.0-next.4+sha-2fe8f1a
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/service-worker.mjs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-accc65c
2+
* @license Angular v20.0.0-next.4+sha-2fe8f1a
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -275,10 +275,10 @@ class SwPush {
275275
decodeBase64(input) {
276276
return atob(input);
277277
}
278-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: SwPush, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
279-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: SwPush });
278+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: SwPush, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
279+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: SwPush });
280280
}
281-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: SwPush, decorators: [{
281+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: SwPush, decorators: [{
282282
type: Injectable
283283
}], ctorParameters: () => [{ type: NgswCommChannel }] });
284284

@@ -377,10 +377,10 @@ class SwUpdate {
377377
const nonce = this.sw.generateNonce();
378378
return this.sw.postMessageWithOperation('ACTIVATE_UPDATE', { nonce }, nonce);
379379
}
380-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: SwUpdate, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
381-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: SwUpdate });
380+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: SwUpdate, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
381+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: SwUpdate });
382382
}
383-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: SwUpdate, decorators: [{
383+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: SwUpdate, decorators: [{
384384
type: Injectable
385385
}], ctorParameters: () => [{ type: NgswCommChannel }] });
386386

@@ -568,11 +568,11 @@ class ServiceWorkerModule {
568568
providers: [provideServiceWorker(script, options)],
569569
};
570570
}
571-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: ServiceWorkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
572-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: ServiceWorkerModule });
573-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: ServiceWorkerModule, providers: [SwPush, SwUpdate] });
571+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: ServiceWorkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
572+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: ServiceWorkerModule });
573+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: ServiceWorkerModule, providers: [SwPush, SwUpdate] });
574574
}
575-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-accc65c", ngImport: i0, type: ServiceWorkerModule, decorators: [{
575+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-2fe8f1a", ngImport: i0, type: ServiceWorkerModule, decorators: [{
576576
type: NgModule,
577577
args: [{ providers: [SwPush, SwUpdate] }]
578578
}] });

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-accc65c
2+
* @license Angular v20.0.0-next.4+sha-2fe8f1a
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

ngsw-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ ${error.stack}`;
10691069
};
10701070

10711071
// bazel-out/k8-fastbuild-ST-2e5f3376adb5/bin/packages/service-worker/worker/src/debug.mjs
1072-
var SW_VERSION = "20.0.0-next.4+sha-accc65c";
1072+
var SW_VERSION = "20.0.0-next.4+sha-2fe8f1a";
10731073
var DEBUG_LOG_BUFFER_SIZE = 100;
10741074
var DebugHandler = class {
10751075
constructor(driver, adapter2) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/service-worker",
3-
"version": "20.0.0-next.4+sha-accc65c",
3+
"version": "20.0.0-next.4+sha-2fe8f1a",
44
"description": "Angular - service worker tooling!",
55
"author": "angular",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"tslib": "^2.3.0"
3434
},
3535
"peerDependencies": {
36-
"@angular/core": "20.0.0-next.4+sha-accc65c",
36+
"@angular/core": "20.0.0-next.4+sha-2fe8f1a",
3737
"rxjs": "^6.5.3 || ^7.4.0"
3838
},
3939
"repository": {

0 commit comments

Comments
 (0)