@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';
|
|
@@ -137,9 +137,9 @@ class PlatformState {
|
|
|
137
137
|
return this._doc;
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
-
PlatformState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
141
|
-
PlatformState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
140
|
+
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 });
|
|
141
|
+
PlatformState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: PlatformState });
|
|
142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: PlatformState, decorators: [{
|
|
143
143
|
type: Injectable
|
|
144
144
|
}], ctorParameters: function () {
|
|
145
145
|
return [{ type: undefined, decorators: [{
|
|
@@ -183,9 +183,9 @@ class ServerXhr {
|
|
|
183
183
|
return new xhr2.XMLHttpRequest();
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
ServerXhr.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
187
|
-
ServerXhr.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
186
|
+
ServerXhr.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
187
|
+
ServerXhr.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerXhr });
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerXhr, decorators: [{
|
|
189
189
|
type: Injectable
|
|
190
190
|
}] });
|
|
191
191
|
class ZoneMacroTaskWrapper {
|
|
@@ -389,9 +389,9 @@ class ServerPlatformLocation {
|
|
|
389
389
|
return undefined;
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
|
-
ServerPlatformLocation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
393
|
-
ServerPlatformLocation.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
392
|
+
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 });
|
|
393
|
+
ServerPlatformLocation.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerPlatformLocation });
|
|
394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerPlatformLocation, decorators: [{
|
|
395
395
|
type: Injectable
|
|
396
396
|
}], ctorParameters: function () {
|
|
397
397
|
return [{ type: undefined, decorators: [{
|
|
@@ -435,9 +435,9 @@ class ServerEventManagerPlugin /* extends EventManagerPlugin which is private */
|
|
|
435
435
|
return this.addEventListener(target, eventName, handler);
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
ServerEventManagerPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
439
|
-
ServerEventManagerPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
438
|
+
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 });
|
|
439
|
+
ServerEventManagerPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerEventManagerPlugin /* extends EventManagerPlugin which is private */ });
|
|
440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerEventManagerPlugin /* extends EventManagerPlugin which is private */, decorators: [{
|
|
441
441
|
type: Injectable
|
|
442
442
|
}], ctorParameters: function () {
|
|
443
443
|
return [{ type: undefined, decorators: [{
|
|
@@ -492,9 +492,9 @@ class ServerRendererFactory2 {
|
|
|
492
492
|
begin() { }
|
|
493
493
|
end() { }
|
|
494
494
|
}
|
|
495
|
-
ServerRendererFactory2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
496
|
-
ServerRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
495
|
+
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 });
|
|
496
|
+
ServerRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerRendererFactory2 });
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerRendererFactory2, decorators: [{
|
|
498
498
|
type: Injectable
|
|
499
499
|
}], ctorParameters: function () {
|
|
500
500
|
return [{ type: i1.EventManager }, { type: i0.NgZone }, { type: undefined, decorators: [{
|
|
@@ -756,9 +756,9 @@ class ServerStylesHost extends ɵSharedStylesHost {
|
|
|
756
756
|
this._styleNodes.forEach(styleNode => styleNode.remove());
|
|
757
757
|
}
|
|
758
758
|
}
|
|
759
|
-
ServerStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
760
|
-
ServerStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
759
|
+
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 });
|
|
760
|
+
ServerStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerStylesHost });
|
|
761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerStylesHost, decorators: [{
|
|
762
762
|
type: Injectable
|
|
763
763
|
}], ctorParameters: function () {
|
|
764
764
|
return [{ type: undefined, decorators: [{
|
|
@@ -812,10 +812,10 @@ function serializeTransferStateFactory(doc, appId, transferStore) {
|
|
|
812
812
|
*/
|
|
813
813
|
class ServerTransferStateModule {
|
|
814
814
|
}
|
|
815
|
-
ServerTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
816
|
-
ServerTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0-next.
|
|
817
|
-
ServerTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
815
|
+
ServerTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerTransferStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
816
|
+
ServerTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerTransferStateModule });
|
|
817
|
+
ServerTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerTransferStateModule });
|
|
818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerTransferStateModule, decorators: [{
|
|
819
819
|
type: NgModule,
|
|
820
820
|
args: [{}]
|
|
821
821
|
}] });
|
|
@@ -865,9 +865,9 @@ const SERVER_RENDER_PROVIDERS = [
|
|
|
865
865
|
*/
|
|
866
866
|
class ServerModule {
|
|
867
867
|
}
|
|
868
|
-
ServerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
869
|
-
ServerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0-next.
|
|
870
|
-
ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
868
|
+
ServerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
869
|
+
ServerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerModule, imports: [HttpClientModule, NoopAnimationsModule], exports: [BrowserModule] });
|
|
870
|
+
ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerModule, providers: [
|
|
871
871
|
TRANSFER_STATE_SERIALIZATION_PROVIDERS,
|
|
872
872
|
SERVER_RENDER_PROVIDERS,
|
|
873
873
|
SERVER_HTTP_PROVIDERS,
|
|
@@ -875,7 +875,7 @@ ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
875
875
|
{ provide: ɵTESTABILITY, useValue: null },
|
|
876
876
|
{ provide: ViewportScroller, useClass: ɵNullViewportScroller },
|
|
877
877
|
], imports: [HttpClientModule, NoopAnimationsModule, BrowserModule] });
|
|
878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.
|
|
878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0-next.2", ngImport: i0, type: ServerModule, decorators: [{
|
|
879
879
|
type: NgModule,
|
|
880
880
|
args: [{
|
|
881
881
|
exports: [BrowserModule],
|
|
@@ -930,6 +930,19 @@ function _getPlatform(platformFactory, options) {
|
|
|
930
930
|
extraProviders
|
|
931
931
|
]);
|
|
932
932
|
}
|
|
933
|
+
/**
|
|
934
|
+
* Adds the `ng-server-context` attribute to host elements of all bootstrapped components
|
|
935
|
+
* within a given application.
|
|
936
|
+
*/
|
|
937
|
+
function appendServerContextInfo(serverContext, applicationRef) {
|
|
938
|
+
applicationRef.components.forEach(componentRef => {
|
|
939
|
+
const renderer = componentRef.injector.get(Renderer2);
|
|
940
|
+
const element = componentRef.location.nativeElement;
|
|
941
|
+
if (element) {
|
|
942
|
+
renderer.setAttribute(element, 'ng-server-context', serverContext);
|
|
943
|
+
}
|
|
944
|
+
});
|
|
945
|
+
}
|
|
933
946
|
function _render(platform, bootstrapPromise) {
|
|
934
947
|
return bootstrapPromise.then((moduleOrApplicationRef) => {
|
|
935
948
|
const environmentInjector = moduleOrApplicationRef.injector;
|
|
@@ -941,9 +954,11 @@ the server-rendered app can be properly bootstrapped into a client app.`);
|
|
|
941
954
|
const applicationRef = moduleOrApplicationRef instanceof ApplicationRef ?
|
|
942
955
|
moduleOrApplicationRef :
|
|
943
956
|
environmentInjector.get(ApplicationRef);
|
|
957
|
+
const serverContext = sanitizeServerContext(environmentInjector.get(SERVER_CONTEXT, DEFAULT_SERVER_CONTEXT));
|
|
944
958
|
return applicationRef.isStable.pipe((first((isStable) => isStable)))
|
|
945
959
|
.toPromise()
|
|
946
960
|
.then(() => {
|
|
961
|
+
appendServerContextInfo(serverContext, applicationRef);
|
|
947
962
|
const platformState = platform.injector.get(PlatformState);
|
|
948
963
|
const asyncPromises = [];
|
|
949
964
|
// Run any BEFORE_APP_SERIALIZED callbacks just before rendering to string.
|
|
@@ -982,19 +997,40 @@ the server-rendered app can be properly bootstrapped into a client app.`);
|
|
|
982
997
|
});
|
|
983
998
|
}
|
|
984
999
|
/**
|
|
985
|
-
*
|
|
1000
|
+
* Specifies the value that should be used if no server context value has been provided.
|
|
1001
|
+
*/
|
|
1002
|
+
const DEFAULT_SERVER_CONTEXT = 'other';
|
|
1003
|
+
/**
|
|
1004
|
+
* An internal token that allows providing extra information about the server context
|
|
1005
|
+
* (e.g. whether SSR or SSG was used). The value is a string and characters other
|
|
1006
|
+
* than [a-zA-Z0-9\-] are removed. See the default value in `DEFAULT_SERVER_CONTEXT` const.
|
|
1007
|
+
*/
|
|
1008
|
+
const SERVER_CONTEXT = new InjectionToken('SERVER_CONTEXT');
|
|
1009
|
+
/**
|
|
1010
|
+
* Sanitizes provided server context:
|
|
1011
|
+
* - removes all characters other than a-z, A-Z, 0-9 and `-`
|
|
1012
|
+
* - returns `other` if nothing is provided or the string is empty after sanitization
|
|
1013
|
+
*/
|
|
1014
|
+
function sanitizeServerContext(serverContext) {
|
|
1015
|
+
const context = serverContext.replace(/[^a-zA-Z0-9\-]/g, '');
|
|
1016
|
+
return context.length > 0 ? context : DEFAULT_SERVER_CONTEXT;
|
|
1017
|
+
}
|
|
1018
|
+
/**
|
|
1019
|
+
* Bootstraps an application using provided NgModule and serializes the page content to string.
|
|
986
1020
|
*
|
|
987
|
-
*
|
|
988
|
-
*
|
|
989
|
-
* `
|
|
990
|
-
*
|
|
1021
|
+
* @param moduleType A reference to an NgModule that should be used for bootstrap.
|
|
1022
|
+
* @param options Additional configuration for the render operation:
|
|
1023
|
+
* - `document` - the document of the page to render, either as an HTML string or
|
|
1024
|
+
* as a reference to the `document` instance.
|
|
1025
|
+
* - `url` - the URL for the current render request.
|
|
1026
|
+
* - `extraProviders` - set of platform level providers for the current render request.
|
|
991
1027
|
*
|
|
992
1028
|
* @publicApi
|
|
993
1029
|
*/
|
|
994
|
-
function renderModule(
|
|
1030
|
+
function renderModule(moduleType, options) {
|
|
995
1031
|
const { document, url, extraProviders: platformProviders } = options;
|
|
996
1032
|
const platform = _getPlatform(platformDynamicServer, { document, url, platformProviders });
|
|
997
|
-
return _render(platform, platform.bootstrapModule(
|
|
1033
|
+
return _render(platform, platform.bootstrapModule(moduleType));
|
|
998
1034
|
}
|
|
999
1035
|
/**
|
|
1000
1036
|
* Bootstraps an instance of an Angular application and renders it to a string.
|
|
@@ -1022,6 +1058,7 @@ function renderModule(module, options) {
|
|
|
1022
1058
|
* - `url` - the URL for the current render request.
|
|
1023
1059
|
* - `providers` - set of application level providers for the current render request.
|
|
1024
1060
|
* - `platformProviders` - the platform level providers for the current render request.
|
|
1061
|
+
*
|
|
1025
1062
|
* @returns A Promise, that returns serialized (to a string) rendered page, once resolved.
|
|
1026
1063
|
*
|
|
1027
1064
|
* @publicApi
|
|
@@ -1040,11 +1077,16 @@ function renderApplication(rootComponent, options) {
|
|
|
1040
1077
|
return _render(platform, ɵinternalCreateApplication({ rootComponent, appProviders }));
|
|
1041
1078
|
}
|
|
1042
1079
|
/**
|
|
1043
|
-
*
|
|
1080
|
+
* Bootstraps an application using provided {@link NgModuleFactory} and serializes the page content
|
|
1081
|
+
* to string.
|
|
1044
1082
|
*
|
|
1045
|
-
*
|
|
1046
|
-
*
|
|
1047
|
-
*
|
|
1083
|
+
* @param moduleFactory An instance of the {@link NgModuleFactory} that should be used for
|
|
1084
|
+
* bootstrap.
|
|
1085
|
+
* @param options Additional configuration for the render operation:
|
|
1086
|
+
* - `document` - the document of the page to render, either as an HTML string or
|
|
1087
|
+
* as a reference to the `document` instance.
|
|
1088
|
+
* - `url` - the URL for the current render request.
|
|
1089
|
+
* - `extraProviders` - set of platform level providers for the current render request.
|
|
1048
1090
|
*
|
|
1049
1091
|
* @publicApi
|
|
1050
1092
|
*
|
|
@@ -1076,7 +1118,7 @@ function renderModuleFactory(moduleFactory, options) {
|
|
|
1076
1118
|
/**
|
|
1077
1119
|
* @publicApi
|
|
1078
1120
|
*/
|
|
1079
|
-
const VERSION = new Version('15.0.0-next.
|
|
1121
|
+
const VERSION = new Version('15.0.0-next.2');
|
|
1080
1122
|
|
|
1081
1123
|
/**
|
|
1082
1124
|
* @license
|
|
@@ -1107,5 +1149,5 @@ const VERSION = new Version('15.0.0-next.1');
|
|
|
1107
1149
|
* Generated bundle index. Do not edit.
|
|
1108
1150
|
*/
|
|
1109
1151
|
|
|
1110
|
-
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 };
|
|
1152
|
+
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 };
|
|
1111
1153
|
//# sourceMappingURL=platform-server.mjs.map
|