Skip to content

Commit eb7b18e

Browse files
e483831 refactor(forms): wrap _checkParentType with ngDevMode (#59489)
1 parent f0afa50 commit eb7b18e

File tree

9 files changed

+36
-36
lines changed

9 files changed

+36
-36
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fri Jan 24 10:34:47 UTC 2025
2-
819795bf51e44871bd3d7f9a4ad15e34029cdba6
1+
Fri Jan 24 10:57:17 UTC 2025
2+
e4838310c93ed9bd8ce621098cfaf923df4cc118

fesm2022/init.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.0+sha-819795b
2+
* @license Angular v19.2.0-next.0+sha-e483831
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/platform-server.mjs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.0+sha-819795b
2+
* @license Angular v19.2.0-next.0+sha-e483831
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -16242,10 +16242,10 @@ class PlatformState {
1624216242
getDocument() {
1624316243
return this._doc;
1624416244
}
16245-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: PlatformState, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
16246-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: PlatformState });
16245+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: PlatformState, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
16246+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: PlatformState });
1624716247
}
16248-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: PlatformState, decorators: [{
16248+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: PlatformState, decorators: [{
1624916249
type: Injectable
1625016250
}], ctorParameters: () => [{ type: undefined, decorators: [{
1625116251
type: Inject,
@@ -16274,10 +16274,10 @@ class ServerXhr {
1627416274
}
1627516275
return new impl.XMLHttpRequest();
1627616276
}
16277-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16278-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerXhr });
16277+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16278+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerXhr });
1627916279
}
16280-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerXhr, decorators: [{
16280+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerXhr, decorators: [{
1628116281
type: Injectable
1628216282
}] });
1628316283
function relativeUrlsTransformerInterceptorFn(request, next) {
@@ -16396,10 +16396,10 @@ class ServerPlatformLocation {
1639616396
getState() {
1639716397
return undefined;
1639816398
}
16399-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerPlatformLocation, deps: [{ token: DOCUMENT }, { token: INITIAL_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
16400-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerPlatformLocation });
16399+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerPlatformLocation, deps: [{ token: DOCUMENT }, { token: INITIAL_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
16400+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerPlatformLocation });
1640116401
}
16402-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerPlatformLocation, decorators: [{
16402+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerPlatformLocation, decorators: [{
1640316403
type: Injectable
1640416404
}], ctorParameters: () => [{ type: undefined, decorators: [{
1640516405
type: Inject,
@@ -16424,10 +16424,10 @@ class ServerEventManagerPlugin extends EventManagerPlugin {
1642416424
addEventListener(element, eventName, handler, options) {
1642516425
return ɵgetDOM().onAndCancel(element, eventName, handler, options);
1642616426
}
16427-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerEventManagerPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
16428-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerEventManagerPlugin });
16427+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerEventManagerPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
16428+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerEventManagerPlugin });
1642916429
}
16430-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerEventManagerPlugin, decorators: [{
16430+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerEventManagerPlugin, decorators: [{
1643116431
type: Injectable
1643216432
}], ctorParameters: () => [{ type: undefined, decorators: [{
1643316433
type: Inject,
@@ -16543,11 +16543,11 @@ const PLATFORM_SERVER_PROVIDERS = [
1654316543
* @publicApi
1654416544
*/
1654516545
class ServerModule {
16546-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16547-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerModule, imports: [NoopAnimationsModule], exports: [BrowserModule] });
16548-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerModule, providers: PLATFORM_SERVER_PROVIDERS, imports: [NoopAnimationsModule, BrowserModule] });
16546+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16547+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerModule, imports: [NoopAnimationsModule], exports: [BrowserModule] });
16548+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerModule, providers: PLATFORM_SERVER_PROVIDERS, imports: [NoopAnimationsModule, BrowserModule] });
1654916549
}
16550-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerModule, decorators: [{
16550+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerModule, decorators: [{
1655116551
type: NgModule,
1655216552
args: [{
1655316553
exports: [BrowserModule],
@@ -16863,7 +16863,7 @@ async function renderApplication(bootstrap, options) {
1686316863
/**
1686416864
* @publicApi
1686516865
*/
16866-
const VERSION = new Version('19.2.0-next.0+sha-819795b');
16866+
const VERSION = new Version('19.2.0-next.0+sha-e483831');
1686716867

1686816868
/// <reference types="node" />
1686916869
// This file only reexports content of the `src` folder. Keep it that way.

fesm2022/platform-server.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.0+sha-819795b
2+
* @license Angular v19.2.0-next.0+sha-e483831
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -22,11 +22,11 @@ const platformServerTesting = createPlatformFactory(ɵplatformCoreDynamicTesting
2222
* @publicApi
2323
*/
2424
class ServerTestingModule {
25-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerTestingModule, imports: [NoopAnimationsModule], exports: [BrowserDynamicTestingModule] });
27-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerTestingModule, providers: ɵSERVER_RENDER_PROVIDERS, imports: [NoopAnimationsModule, BrowserDynamicTestingModule] });
25+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerTestingModule, imports: [NoopAnimationsModule], exports: [BrowserDynamicTestingModule] });
27+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerTestingModule, providers: ɵSERVER_RENDER_PROVIDERS, imports: [NoopAnimationsModule, BrowserDynamicTestingModule] });
2828
}
29-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-819795b", ngImport: i0, type: ServerTestingModule, decorators: [{
29+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-e483831", ngImport: i0, type: ServerTestingModule, decorators: [{
3030
type: NgModule,
3131
args: [{
3232
exports: [BrowserDynamicTestingModule],

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 v19.2.0-next.0+sha-819795b
2+
* @license Angular v19.2.0-next.0+sha-e483831
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

init/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 v19.2.0-next.0+sha-819795b
2+
* @license Angular v19.2.0-next.0+sha-e483831
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@angular/platform-server",
3-
"version": "19.2.0-next.0+sha-819795b",
3+
"version": "19.2.0-next.0+sha-e483831",
44
"description": "Angular - library for using Angular in Node.js",
55
"author": "angular",
66
"license": "MIT",
77
"engines": {
88
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
99
},
1010
"peerDependencies": {
11-
"@angular/animations": "19.2.0-next.0+sha-819795b",
12-
"@angular/common": "19.2.0-next.0+sha-819795b",
13-
"@angular/compiler": "19.2.0-next.0+sha-819795b",
14-
"@angular/core": "19.2.0-next.0+sha-819795b",
15-
"@angular/platform-browser": "19.2.0-next.0+sha-819795b"
11+
"@angular/animations": "19.2.0-next.0+sha-e483831",
12+
"@angular/common": "19.2.0-next.0+sha-e483831",
13+
"@angular/compiler": "19.2.0-next.0+sha-e483831",
14+
"@angular/core": "19.2.0-next.0+sha-e483831",
15+
"@angular/platform-browser": "19.2.0-next.0+sha-e483831"
1616
},
1717
"dependencies": {
1818
"tslib": "^2.3.0",

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 v19.2.0-next.0+sha-819795b
2+
* @license Angular v19.2.0-next.0+sha-e483831
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)