@angular/platform-server 15.0.0-next.1 → 15.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/http.mjs +3 -3
- package/esm2020/src/location.mjs +3 -3
- package/esm2020/src/platform_state.mjs +3 -3
- package/esm2020/src/private_export.mjs +2 -1
- package/esm2020/src/server.mjs +4 -4
- package/esm2020/src/server_events.mjs +3 -3
- package/esm2020/src/server_renderer.mjs +3 -3
- package/esm2020/src/styles_host.mjs +3 -3
- package/esm2020/src/transfer_state.mjs +4 -4
- package/esm2020/src/utils.mjs +55 -13
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/testing/src/server.mjs +4 -4
- package/fesm2015/init.mjs +1 -1
- package/fesm2015/platform-server.mjs +83 -41
- package/fesm2015/platform-server.mjs.map +1 -1
- package/fesm2015/testing.mjs +5 -5
- package/fesm2020/init.mjs +1 -1
- package/fesm2020/platform-server.mjs +83 -41
- package/fesm2020/platform-server.mjs.map +1 -1
- package/fesm2020/testing.mjs +5 -5
- package/index.d.ts +26 -11
- package/init/index.d.ts +1 -1
- package/package.json +7 -7
- package/testing/index.d.ts +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v15.0.0-next.
|
|
2
|
+
* @license Angular v15.0.0-next.2
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { ɵsetRootDomAdapter, DOCUMENT, XhrFactory, PlatformLocation, ɵgetDOM, ɵPLATFORM_SERVER_ID, ViewportScroller, ɵNullViewportScroller } from '@angular/common';
|
|
8
8
|
import * as i0 from '@angular/core';
|
|
9
|
-
import { Injectable, Inject, InjectionToken, Injector, Optional, ViewEncapsulation, RendererStyleFlags2, APP_ID, NgModule, PLATFORM_ID, PLATFORM_INITIALIZER, ɵALLOW_MULTIPLE_PLATFORMS, RendererFactory2, NgZone, Testability, ɵTESTABILITY, ɵsetDocument, createPlatformFactory, platformCore, ApplicationRef, ɵisPromise, importProvidersFrom, ɵinternalCreateApplication, Version } from '@angular/core';
|
|
9
|
+
import { Injectable, Inject, InjectionToken, Injector, Optional, ViewEncapsulation, RendererStyleFlags2, APP_ID, NgModule, PLATFORM_ID, PLATFORM_INITIALIZER, ɵALLOW_MULTIPLE_PLATFORMS, RendererFactory2, NgZone, Testability, ɵTESTABILITY, ɵsetDocument, createPlatformFactory, platformCore, Renderer2, ApplicationRef, ɵisPromise, importProvidersFrom, ɵinternalCreateApplication, Version } from '@angular/core';
|
|
10
10
|
import * as i1 from '@angular/platform-browser';
|
|
11
11
|
import { ɵBrowserDomAdapter, ɵflattenStyles, ɵNAMESPACE_URIS, ɵshimContentAttribute, ɵshimHostAttribute, ɵSharedStylesHost, ɵTRANSITION_ID, TransferState, ɵescapeHtml, EVENT_MANAGER_PLUGINS, BrowserModule } from '@angular/platform-browser';
|
|
12
12
|
import * as domino from 'domino';
|
|
@@ -136,9 +136,9 @@ class PlatformState {
|
|
|
136
136
|
return this._doc;
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
-
PlatformState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
140
|
-
PlatformState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
139
|
+
PlatformState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: PlatformState, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
140
|
+
PlatformState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: PlatformState });
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: PlatformState, decorators: [{
|
|
142
142
|
type: Injectable
|
|
143
143
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
144
144
|
type: Inject,
|
|
@@ -180,9 +180,9 @@ class ServerXhr {
|
|
|
180
180
|
return new xhr2.XMLHttpRequest();
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
ServerXhr.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
184
|
-
ServerXhr.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
183
|
+
ServerXhr.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
184
|
+
ServerXhr.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerXhr });
|
|
185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerXhr, decorators: [{
|
|
186
186
|
type: Injectable
|
|
187
187
|
}] });
|
|
188
188
|
class ZoneMacroTaskWrapper {
|
|
@@ -386,9 +386,9 @@ class ServerPlatformLocation {
|
|
|
386
386
|
return undefined;
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
|
-
ServerPlatformLocation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
390
|
-
ServerPlatformLocation.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
389
|
+
ServerPlatformLocation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerPlatformLocation, deps: [{ token: DOCUMENT }, { token: INITIAL_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
390
|
+
ServerPlatformLocation.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerPlatformLocation });
|
|
391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerPlatformLocation, decorators: [{
|
|
392
392
|
type: Injectable
|
|
393
393
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
394
394
|
type: Inject,
|
|
@@ -430,9 +430,9 @@ class ServerEventManagerPlugin /* extends EventManagerPlugin which is private */
|
|
|
430
430
|
return this.addEventListener(target, eventName, handler);
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
ServerEventManagerPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
434
|
-
ServerEventManagerPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
433
|
+
ServerEventManagerPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerEventManagerPlugin /* extends EventManagerPlugin which is private */, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
434
|
+
ServerEventManagerPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerEventManagerPlugin /* extends EventManagerPlugin which is private */ });
|
|
435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerEventManagerPlugin /* extends EventManagerPlugin which is private */, decorators: [{
|
|
436
436
|
type: Injectable
|
|
437
437
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
438
438
|
type: Inject,
|
|
@@ -485,9 +485,9 @@ class ServerRendererFactory2 {
|
|
|
485
485
|
begin() { }
|
|
486
486
|
end() { }
|
|
487
487
|
}
|
|
488
|
-
ServerRendererFactory2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
489
|
-
ServerRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
488
|
+
ServerRendererFactory2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerRendererFactory2, deps: [{ token: i1.EventManager }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i1.ɵSharedStylesHost }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
489
|
+
ServerRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerRendererFactory2 });
|
|
490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerRendererFactory2, decorators: [{
|
|
491
491
|
type: Injectable
|
|
492
492
|
}], ctorParameters: function () { return [{ type: i1.EventManager }, { type: i0.NgZone }, { type: undefined, decorators: [{
|
|
493
493
|
type: Inject,
|
|
@@ -747,9 +747,9 @@ class ServerStylesHost extends ɵSharedStylesHost {
|
|
|
747
747
|
this._styleNodes.forEach(styleNode => styleNode.remove());
|
|
748
748
|
}
|
|
749
749
|
}
|
|
750
|
-
ServerStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
751
|
-
ServerStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
750
|
+
ServerStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerStylesHost, deps: [{ token: DOCUMENT }, { token: ɵTRANSITION_ID, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
751
|
+
ServerStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerStylesHost });
|
|
752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerStylesHost, decorators: [{
|
|
753
753
|
type: Injectable
|
|
754
754
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
755
755
|
type: Inject,
|
|
@@ -801,10 +801,10 @@ function serializeTransferStateFactory(doc, appId, transferStore) {
|
|
|
801
801
|
*/
|
|
802
802
|
class ServerTransferStateModule {
|
|
803
803
|
}
|
|
804
|
-
ServerTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
805
|
-
ServerTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0-next.
|
|
806
|
-
ServerTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
804
|
+
ServerTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerTransferStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
805
|
+
ServerTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerTransferStateModule });
|
|
806
|
+
ServerTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerTransferStateModule });
|
|
807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerTransferStateModule, decorators: [{
|
|
808
808
|
type: NgModule,
|
|
809
809
|
args: [{}]
|
|
810
810
|
}] });
|
|
@@ -854,9 +854,9 @@ const SERVER_RENDER_PROVIDERS = [
|
|
|
854
854
|
*/
|
|
855
855
|
class ServerModule {
|
|
856
856
|
}
|
|
857
|
-
ServerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
858
|
-
ServerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0-next.
|
|
859
|
-
ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
857
|
+
ServerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
858
|
+
ServerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerModule, imports: [HttpClientModule, NoopAnimationsModule], exports: [BrowserModule] });
|
|
859
|
+
ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerModule, providers: [
|
|
860
860
|
TRANSFER_STATE_SERIALIZATION_PROVIDERS,
|
|
861
861
|
SERVER_RENDER_PROVIDERS,
|
|
862
862
|
SERVER_HTTP_PROVIDERS,
|
|
@@ -864,7 +864,7 @@ ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
864
864
|
{ provide: ɵTESTABILITY, useValue: null },
|
|
865
865
|
{ provide: ViewportScroller, useClass: ɵNullViewportScroller },
|
|
866
866
|
], imports: [HttpClientModule, NoopAnimationsModule, BrowserModule] });
|
|
867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerModule, decorators: [{
|
|
868
868
|
type: NgModule,
|
|
869
869
|
args: [{
|
|
870
870
|
exports: [BrowserModule],
|
|
@@ -918,6 +918,19 @@ function _getPlatform(platformFactory, options) {
|
|
|
918
918
|
extraProviders
|
|
919
919
|
]);
|
|
920
920
|
}
|
|
921
|
+
/**
|
|
922
|
+
* Adds the `ng-server-context` attribute to host elements of all bootstrapped components
|
|
923
|
+
* within a given application.
|
|
924
|
+
*/
|
|
925
|
+
function appendServerContextInfo(serverContext, applicationRef) {
|
|
926
|
+
applicationRef.components.forEach(componentRef => {
|
|
927
|
+
const renderer = componentRef.injector.get(Renderer2);
|
|
928
|
+
const element = componentRef.location.nativeElement;
|
|
929
|
+
if (element) {
|
|
930
|
+
renderer.setAttribute(element, 'ng-server-context', serverContext);
|
|
931
|
+
}
|
|
932
|
+
});
|
|
933
|
+
}
|
|
921
934
|
function _render(platform, bootstrapPromise) {
|
|
922
935
|
return bootstrapPromise.then((moduleOrApplicationRef) => {
|
|
923
936
|
const environmentInjector = moduleOrApplicationRef.injector;
|
|
@@ -929,9 +942,11 @@ the server-rendered app can be properly bootstrapped into a client app.`);
|
|
|
929
942
|
const applicationRef = moduleOrApplicationRef instanceof ApplicationRef ?
|
|
930
943
|
moduleOrApplicationRef :
|
|
931
944
|
environmentInjector.get(ApplicationRef);
|
|
945
|
+
const serverContext = sanitizeServerContext(environmentInjector.get(SERVER_CONTEXT, DEFAULT_SERVER_CONTEXT));
|
|
932
946
|
return applicationRef.isStable.pipe((first((isStable) => isStable)))
|
|
933
947
|
.toPromise()
|
|
934
948
|
.then(() => {
|
|
949
|
+
appendServerContextInfo(serverContext, applicationRef);
|
|
935
950
|
const platformState = platform.injector.get(PlatformState);
|
|
936
951
|
const asyncPromises = [];
|
|
937
952
|
// Run any BEFORE_APP_SERIALIZED callbacks just before rendering to string.
|
|
@@ -970,19 +985,40 @@ the server-rendered app can be properly bootstrapped into a client app.`);
|
|
|
970
985
|
});
|
|
971
986
|
}
|
|
972
987
|
/**
|
|
973
|
-
*
|
|
988
|
+
* Specifies the value that should be used if no server context value has been provided.
|
|
989
|
+
*/
|
|
990
|
+
const DEFAULT_SERVER_CONTEXT = 'other';
|
|
991
|
+
/**
|
|
992
|
+
* An internal token that allows providing extra information about the server context
|
|
993
|
+
* (e.g. whether SSR or SSG was used). The value is a string and characters other
|
|
994
|
+
* than [a-zA-Z0-9\-] are removed. See the default value in `DEFAULT_SERVER_CONTEXT` const.
|
|
995
|
+
*/
|
|
996
|
+
const SERVER_CONTEXT = new InjectionToken('SERVER_CONTEXT');
|
|
997
|
+
/**
|
|
998
|
+
* Sanitizes provided server context:
|
|
999
|
+
* - removes all characters other than a-z, A-Z, 0-9 and `-`
|
|
1000
|
+
* - returns `other` if nothing is provided or the string is empty after sanitization
|
|
1001
|
+
*/
|
|
1002
|
+
function sanitizeServerContext(serverContext) {
|
|
1003
|
+
const context = serverContext.replace(/[^a-zA-Z0-9\-]/g, '');
|
|
1004
|
+
return context.length > 0 ? context : DEFAULT_SERVER_CONTEXT;
|
|
1005
|
+
}
|
|
1006
|
+
/**
|
|
1007
|
+
* Bootstraps an application using provided NgModule and serializes the page content to string.
|
|
974
1008
|
*
|
|
975
|
-
*
|
|
976
|
-
*
|
|
977
|
-
* `
|
|
978
|
-
*
|
|
1009
|
+
* @param moduleType A reference to an NgModule that should be used for bootstrap.
|
|
1010
|
+
* @param options Additional configuration for the render operation:
|
|
1011
|
+
* - `document` - the document of the page to render, either as an HTML string or
|
|
1012
|
+
* as a reference to the `document` instance.
|
|
1013
|
+
* - `url` - the URL for the current render request.
|
|
1014
|
+
* - `extraProviders` - set of platform level providers for the current render request.
|
|
979
1015
|
*
|
|
980
1016
|
* @publicApi
|
|
981
1017
|
*/
|
|
982
|
-
function renderModule(
|
|
1018
|
+
function renderModule(moduleType, options) {
|
|
983
1019
|
const { document, url, extraProviders: platformProviders } = options;
|
|
984
1020
|
const platform = _getPlatform(platformDynamicServer, { document, url, platformProviders });
|
|
985
|
-
return _render(platform, platform.bootstrapModule(
|
|
1021
|
+
return _render(platform, platform.bootstrapModule(moduleType));
|
|
986
1022
|
}
|
|
987
1023
|
/**
|
|
988
1024
|
* Bootstraps an instance of an Angular application and renders it to a string.
|
|
@@ -1010,6 +1046,7 @@ function renderModule(module, options) {
|
|
|
1010
1046
|
* - `url` - the URL for the current render request.
|
|
1011
1047
|
* - `providers` - set of application level providers for the current render request.
|
|
1012
1048
|
* - `platformProviders` - the platform level providers for the current render request.
|
|
1049
|
+
*
|
|
1013
1050
|
* @returns A Promise, that returns serialized (to a string) rendered page, once resolved.
|
|
1014
1051
|
*
|
|
1015
1052
|
* @publicApi
|
|
@@ -1027,11 +1064,16 @@ function renderApplication(rootComponent, options) {
|
|
|
1027
1064
|
return _render(platform, ɵinternalCreateApplication({ rootComponent, appProviders }));
|
|
1028
1065
|
}
|
|
1029
1066
|
/**
|
|
1030
|
-
*
|
|
1067
|
+
* Bootstraps an application using provided {@link NgModuleFactory} and serializes the page content
|
|
1068
|
+
* to string.
|
|
1031
1069
|
*
|
|
1032
|
-
*
|
|
1033
|
-
*
|
|
1034
|
-
*
|
|
1070
|
+
* @param moduleFactory An instance of the {@link NgModuleFactory} that should be used for
|
|
1071
|
+
* bootstrap.
|
|
1072
|
+
* @param options Additional configuration for the render operation:
|
|
1073
|
+
* - `document` - the document of the page to render, either as an HTML string or
|
|
1074
|
+
* as a reference to the `document` instance.
|
|
1075
|
+
* - `url` - the URL for the current render request.
|
|
1076
|
+
* - `extraProviders` - set of platform level providers for the current render request.
|
|
1035
1077
|
*
|
|
1036
1078
|
* @publicApi
|
|
1037
1079
|
*
|
|
@@ -1063,7 +1105,7 @@ function renderModuleFactory(moduleFactory, options) {
|
|
|
1063
1105
|
/**
|
|
1064
1106
|
* @publicApi
|
|
1065
1107
|
*/
|
|
1066
|
-
const VERSION = new Version('15.0.0-next.
|
|
1108
|
+
const VERSION = new Version('15.0.0-next.2');
|
|
1067
1109
|
|
|
1068
1110
|
/**
|
|
1069
1111
|
* @license
|
|
@@ -1094,5 +1136,5 @@ const VERSION = new Version('15.0.0-next.1');
|
|
|
1094
1136
|
* Generated bundle index. Do not edit.
|
|
1095
1137
|
*/
|
|
1096
1138
|
|
|
1097
|
-
export { BEFORE_APP_SERIALIZED, INITIAL_CONFIG, PlatformState, ServerModule, ServerTransferStateModule, VERSION, platformDynamicServer, platformServer, renderApplication, renderModule, renderModuleFactory, INTERNAL_SERVER_PLATFORM_PROVIDERS as ɵINTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_RENDER_PROVIDERS as ɵSERVER_RENDER_PROVIDERS, ServerRendererFactory2 as ɵServerRendererFactory2, setDomTypes as ɵsetDomTypes };
|
|
1139
|
+
export { BEFORE_APP_SERIALIZED, INITIAL_CONFIG, PlatformState, ServerModule, ServerTransferStateModule, VERSION, platformDynamicServer, platformServer, renderApplication, renderModule, renderModuleFactory, INTERNAL_SERVER_PLATFORM_PROVIDERS as ɵINTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_CONTEXT as ɵSERVER_CONTEXT, SERVER_RENDER_PROVIDERS as ɵSERVER_RENDER_PROVIDERS, ServerRendererFactory2 as ɵServerRendererFactory2, setDomTypes as ɵsetDomTypes };
|
|
1098
1140
|
//# sourceMappingURL=platform-server.mjs.map
|