Skip to content

Commit 24e525c

Browse files
committed
c975e75 build: update io_bazel_rules_sass digest to 3548d6b (#60721)
1 parent caf063f commit 24e525c

7 files changed

+20
-20
lines changed

BUILD_INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Apr 3 19:59:04 UTC 2025
2-
5795e03cdf25f4a96b73a49be915efbeeb398d83
1+
Thu Apr 3 20:14:51 UTC 2025
2+
c975e751a5c952b300ad117c3e8a7d86f6765e29

fesm2022/platform-browser-dynamic.mjs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-5795e03
2+
* @license Angular v20.0.0-next.5+sha-c975e75
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -17,7 +17,7 @@ import { platformBrowser } from '@angular/platform-browser';
1717
/**
1818
* @publicApi
1919
*/
20-
const VERSION = new Version('20.0.0-next.5+sha-5795e03');
20+
const VERSION = new Version('20.0.0-next.5+sha-c975e75');
2121

2222
const COMPILER_PROVIDERS = [
2323
{ provide: Compiler, useFactory: () => new Compiler() },
@@ -112,10 +112,10 @@ class ResourceLoaderImpl extends ResourceLoader {
112112
xhr.send();
113113
return promise;
114114
}
115-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
116-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: ResourceLoaderImpl });
115+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
116+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: ResourceLoaderImpl });
117117
}
118-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
118+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
119119
type: Injectable
120120
}] });
121121

fesm2022/platform-browser-dynamic.mjs.map

+1-1
Large diffs are not rendered by default.

fesm2022/testing.mjs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-5795e03
2+
* @license Angular v20.0.0-next.5+sha-c975e75
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -21,11 +21,11 @@ const platformBrowserDynamicTesting = createPlatformFactory(platformBrowserDynam
2121
* @publicApi
2222
*/
2323
class BrowserDynamicTestingModule {
24-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
26-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: BrowserDynamicTestingModule, imports: [BrowserTestingModule] });
24+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
26+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserDynamicTestingModule, imports: [BrowserTestingModule] });
2727
}
28-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
28+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
2929
type: NgModule,
3030
args: [{
3131
exports: [BrowserTestingModule],

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.5+sha-5795e03
2+
* @license Angular v20.0.0-next.5+sha-c975e75
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/platform-browser-dynamic",
3-
"version": "20.0.0-next.5+sha-5795e03",
3+
"version": "20.0.0-next.5+sha-c975e75",
44
"description": "Angular - library for using Angular in a web browser with JIT compilation",
55
"author": "angular",
66
"license": "MIT",
@@ -11,10 +11,10 @@
1111
"tslib": "^2.3.0"
1212
},
1313
"peerDependencies": {
14-
"@angular/core": "20.0.0-next.5+sha-5795e03",
15-
"@angular/common": "20.0.0-next.5+sha-5795e03",
16-
"@angular/compiler": "20.0.0-next.5+sha-5795e03",
17-
"@angular/platform-browser": "20.0.0-next.5+sha-5795e03"
14+
"@angular/core": "20.0.0-next.5+sha-c975e75",
15+
"@angular/common": "20.0.0-next.5+sha-c975e75",
16+
"@angular/compiler": "20.0.0-next.5+sha-c975e75",
17+
"@angular/platform-browser": "20.0.0-next.5+sha-c975e75"
1818
},
1919
"repository": {
2020
"type": "git",

testing/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.5+sha-5795e03
2+
* @license Angular v20.0.0-next.5+sha-c975e75
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)