Skip to content

Commit 512d657

Browse files
76c60a6 refactor(core): move signal toString to primitives (#60365)
1 parent faf5e92 commit 512d657

File tree

8 files changed

+24
-22
lines changed

8 files changed

+24
-22
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Mar 27 18:24:24 UTC 2025
2-
f7385b414030ae9db31c79c8d3b12926c1f487b4
1+
Thu Mar 27 19:50:42 UTC 2025
2+
76c60a609fecb7bb7d9de576e9486d22fc4e932e

fesm2022/platform-browser-dynamic.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-f7385b4
2+
* @license Angular v20.0.0-next.4+sha-76c60a6
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.4+sha-f7385b4');
20+
const VERSION = new Version('20.0.0-next.4+sha-76c60a6');
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.4+sha-f7385b4", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
116-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-f7385b4", ngImport: i0, type: ResourceLoaderImpl });
115+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-76c60a6", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
116+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-76c60a6", ngImport: i0, type: ResourceLoaderImpl });
117117
}
118-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-f7385b4", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
118+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-76c60a6", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
119119
type: Injectable
120120
}] });
121121

fesm2022/platform-browser-dynamic.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/testing.mjs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-f7385b4
2+
* @license Angular v20.0.0-next.4+sha-76c60a6
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
66

77
import * as i0 from '@angular/core';
88
import { createPlatformFactory, NgModule } from '@angular/core';
9-
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
9+
import { platformBrowserDynamic } from './platform-browser-dynamic.mjs';
1010
import { BrowserTestingModule } from '@angular/platform-browser/testing';
11+
import '@angular/compiler';
12+
import '@angular/platform-browser';
1113

1214
/**
1315
* @publicApi
@@ -19,11 +21,11 @@ const platformBrowserDynamicTesting = createPlatformFactory(platformBrowserDynam
1921
* @publicApi
2022
*/
2123
class BrowserDynamicTestingModule {
22-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-f7385b4", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
23-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.4+sha-f7385b4", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
24-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-f7385b4", ngImport: i0, type: BrowserDynamicTestingModule, imports: [BrowserTestingModule] });
24+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-76c60a6", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.4+sha-76c60a6", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
26+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-76c60a6", ngImport: i0, type: BrowserDynamicTestingModule, imports: [BrowserTestingModule] });
2527
}
26-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-f7385b4", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
28+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4+sha-76c60a6", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
2729
type: NgModule,
2830
args: [{
2931
exports: [BrowserTestingModule],

fesm2022/testing.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

package.json

Lines changed: 5 additions & 5 deletions
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.4+sha-f7385b4",
3+
"version": "20.0.0-next.4+sha-76c60a6",
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.4+sha-f7385b4",
15-
"@angular/common": "20.0.0-next.4+sha-f7385b4",
16-
"@angular/compiler": "20.0.0-next.4+sha-f7385b4",
17-
"@angular/platform-browser": "20.0.0-next.4+sha-f7385b4"
14+
"@angular/core": "20.0.0-next.4+sha-76c60a6",
15+
"@angular/common": "20.0.0-next.4+sha-76c60a6",
16+
"@angular/compiler": "20.0.0-next.4+sha-76c60a6",
17+
"@angular/platform-browser": "20.0.0-next.4+sha-76c60a6"
1818
},
1919
"repository": {
2020
"type": "git",

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

0 commit comments

Comments
 (0)