Skip to content

Commit

Permalink
6f66b04 docs: Fix Dependency Injection Readme guide link (#59193) PR …
Browse files Browse the repository at this point in the history
…Close #59193
  • Loading branch information
AndrewKushnir committed Dec 16, 2024
1 parent 5e98534 commit fbf18e4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Mon Dec 16 18:35:08 UTC 2024
9e0b50b4654ec35b702db6af077e68fb45ac4d24
Mon Dec 16 19:40:59 UTC 2024
6f66b0443a85316665614d374db0f175daca7c86
2 changes: 1 addition & 1 deletion config/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.3+sha-9e0b50b
* @license Angular v19.1.0-next.3+sha-6f66b04
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.3+sha-9e0b50b
* @license Angular v19.1.0-next.3+sha-6f66b04
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
22 changes: 11 additions & 11 deletions fesm2022/service-worker.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.3+sha-9e0b50b
* @license Angular v19.1.0-next.3+sha-6f66b04
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -269,10 +269,10 @@ class SwPush {
decodeBase64(input) {
return atob(input);
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: SwPush, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: SwPush });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: SwPush, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: SwPush });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: SwPush, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: SwPush, decorators: [{
type: Injectable
}], ctorParameters: () => [{ type: NgswCommChannel }] });

Expand Down Expand Up @@ -371,10 +371,10 @@ class SwUpdate {
const nonce = this.sw.generateNonce();
return this.sw.postMessageWithOperation('ACTIVATE_UPDATE', { nonce }, nonce);
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: SwUpdate, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: SwUpdate });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: SwUpdate, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: SwUpdate });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: SwUpdate, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: SwUpdate, decorators: [{
type: Injectable
}], ctorParameters: () => [{ type: NgswCommChannel }] });

Expand Down Expand Up @@ -558,11 +558,11 @@ class ServiceWorkerModule {
providers: [provideServiceWorker(script, options)],
};
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: ServiceWorkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: ServiceWorkerModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: ServiceWorkerModule, providers: [SwPush, SwUpdate] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: ServiceWorkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: ServiceWorkerModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: ServiceWorkerModule, providers: [SwPush, SwUpdate] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9e0b50b", ngImport: i0, type: ServiceWorkerModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-6f66b04", ngImport: i0, type: ServiceWorkerModule, decorators: [{
type: NgModule,
args: [{ providers: [SwPush, SwUpdate] }]
}] });
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.3+sha-9e0b50b
* @license Angular v19.1.0-next.3+sha-6f66b04
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion ngsw-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ ${error.stack}`;
};

// bazel-out/k8-fastbuild-ST-2e5f3376adb5/bin/packages/service-worker/worker/src/debug.mjs
var SW_VERSION = "19.1.0-next.3+sha-9e0b50b";
var SW_VERSION = "19.1.0-next.3+sha-6f66b04";
var DEBUG_LOG_BUFFER_SIZE = 100;
var DebugHandler = class {
constructor(driver, adapter2) {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/service-worker",
"version": "19.1.0-next.3+sha-9e0b50b",
"version": "19.1.0-next.3+sha-6f66b04",
"description": "Angular - service worker tooling!",
"author": "angular",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "19.1.0-next.3+sha-9e0b50b",
"@angular/common": "19.1.0-next.3+sha-9e0b50b"
"@angular/core": "19.1.0-next.3+sha-6f66b04",
"@angular/common": "19.1.0-next.3+sha-6f66b04"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fbf18e4

Please sign in to comment.