@angular/platform-server 15.1.0-next.3 → 15.1.0-rc.0
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/domino_adapter.mjs +2 -2
- 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/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/version.mjs +1 -1
- package/esm2020/testing/src/server.mjs +4 -4
- package/fesm2015/init.mjs +8 -25
- package/fesm2015/init.mjs.map +1 -1
- package/fesm2015/platform-server.mjs +34 -141
- package/fesm2015/platform-server.mjs.map +1 -1
- package/fesm2015/testing.mjs +12 -29
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2020/init.mjs +8 -25
- package/fesm2020/init.mjs.map +1 -1
- package/fesm2020/platform-server.mjs +34 -141
- package/fesm2020/platform-server.mjs.map +1 -1
- package/fesm2020/testing.mjs +12 -29
- package/fesm2020/testing.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/init/index.d.ts +1 -1
- package/package.json +7 -7
- package/testing/index.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v15.1.0-
|
|
2
|
+
* @license Angular v15.1.0-rc.0
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -9,7 +9,7 @@ import * as i0 from '@angular/core';
|
|
|
9
9
|
import { Injectable, Inject, InjectionToken, inject, EnvironmentInjector, Optional, ViewEncapsulation, RendererStyleFlags2, APP_ID, NgModule, Injector, 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
|
-
import
|
|
12
|
+
import domino from 'domino';
|
|
13
13
|
import { ɵAnimationEngine } from '@angular/animations/browser';
|
|
14
14
|
import { ɵHttpInterceptorHandler, HttpBackend, HttpHandler, HttpClientModule } from '@angular/common/http';
|
|
15
15
|
import { ɵplatformCoreDynamic } from '@angular/platform-browser-dynamic';
|
|
@@ -20,13 +20,6 @@ import * as url from 'url';
|
|
|
20
20
|
import { DomElementSchemaRegistry } from '@angular/compiler';
|
|
21
21
|
import { first } from 'rxjs/operators';
|
|
22
22
|
|
|
23
|
-
/**
|
|
24
|
-
* @license
|
|
25
|
-
* Copyright Google LLC All Rights Reserved.
|
|
26
|
-
*
|
|
27
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
28
|
-
* found in the LICENSE file at https://angular.io/license
|
|
29
|
-
*/
|
|
30
23
|
function setDomTypes() {
|
|
31
24
|
// Make all Domino types available in the global env.
|
|
32
25
|
Object.assign(global, domino.impl);
|
|
@@ -107,13 +100,6 @@ class DominoAdapter extends ɵBrowserDomAdapter {
|
|
|
107
100
|
}
|
|
108
101
|
}
|
|
109
102
|
|
|
110
|
-
/**
|
|
111
|
-
* @license
|
|
112
|
-
* Copyright Google LLC All Rights Reserved.
|
|
113
|
-
*
|
|
114
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
115
|
-
* found in the LICENSE file at https://angular.io/license
|
|
116
|
-
*/
|
|
117
103
|
/**
|
|
118
104
|
* Representation of the current platform state.
|
|
119
105
|
*
|
|
@@ -136,22 +122,15 @@ class PlatformState {
|
|
|
136
122
|
return this._doc;
|
|
137
123
|
}
|
|
138
124
|
}
|
|
139
|
-
PlatformState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-
|
|
140
|
-
PlatformState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-
|
|
141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-
|
|
125
|
+
PlatformState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: PlatformState, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
126
|
+
PlatformState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: PlatformState });
|
|
127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: PlatformState, decorators: [{
|
|
142
128
|
type: Injectable
|
|
143
129
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
144
130
|
type: Inject,
|
|
145
131
|
args: [DOCUMENT]
|
|
146
132
|
}] }]; } });
|
|
147
133
|
|
|
148
|
-
/**
|
|
149
|
-
* @license
|
|
150
|
-
* Copyright Google LLC All Rights Reserved.
|
|
151
|
-
*
|
|
152
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
153
|
-
* found in the LICENSE file at https://angular.io/license
|
|
154
|
-
*/
|
|
155
134
|
/**
|
|
156
135
|
* The DI token for setting the initial config for the platform.
|
|
157
136
|
*
|
|
@@ -166,13 +145,6 @@ const INITIAL_CONFIG = new InjectionToken('Server.INITIAL_CONFIG');
|
|
|
166
145
|
*/
|
|
167
146
|
const BEFORE_APP_SERIALIZED = new InjectionToken('Server.RENDER_MODULE_HOOK');
|
|
168
147
|
|
|
169
|
-
/**
|
|
170
|
-
* @license
|
|
171
|
-
* Copyright Google LLC All Rights Reserved.
|
|
172
|
-
*
|
|
173
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
174
|
-
* found in the LICENSE file at https://angular.io/license
|
|
175
|
-
*/
|
|
176
148
|
// @see https://www.w3.org/Protocols/HTTP/1.1/draft-ietf-http-v11-spec-01#URI-syntax
|
|
177
149
|
const isAbsoluteUrl = /^[a-zA-Z\-\+.]+:\/\//;
|
|
178
150
|
class ServerXhr {
|
|
@@ -180,9 +152,9 @@ class ServerXhr {
|
|
|
180
152
|
return new xhr2.XMLHttpRequest();
|
|
181
153
|
}
|
|
182
154
|
}
|
|
183
|
-
ServerXhr.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-
|
|
184
|
-
ServerXhr.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-
|
|
185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-
|
|
155
|
+
ServerXhr.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
156
|
+
ServerXhr.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerXhr });
|
|
157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerXhr, decorators: [{
|
|
186
158
|
type: Injectable
|
|
187
159
|
}] });
|
|
188
160
|
class ZoneMacroTaskWrapper {
|
|
@@ -283,13 +255,6 @@ const SERVER_HTTP_PROVIDERS = [
|
|
|
283
255
|
}
|
|
284
256
|
];
|
|
285
257
|
|
|
286
|
-
/**
|
|
287
|
-
* @license
|
|
288
|
-
* Copyright Google LLC All Rights Reserved.
|
|
289
|
-
*
|
|
290
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
291
|
-
* found in the LICENSE file at https://angular.io/license
|
|
292
|
-
*/
|
|
293
258
|
function parseUrl(urlStr) {
|
|
294
259
|
const parsedUrl = url.parse(urlStr);
|
|
295
260
|
return {
|
|
@@ -385,9 +350,9 @@ class ServerPlatformLocation {
|
|
|
385
350
|
return undefined;
|
|
386
351
|
}
|
|
387
352
|
}
|
|
388
|
-
ServerPlatformLocation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-
|
|
389
|
-
ServerPlatformLocation.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-
|
|
390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-
|
|
353
|
+
ServerPlatformLocation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerPlatformLocation, deps: [{ token: DOCUMENT }, { token: INITIAL_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
354
|
+
ServerPlatformLocation.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerPlatformLocation });
|
|
355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerPlatformLocation, decorators: [{
|
|
391
356
|
type: Injectable
|
|
392
357
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
393
358
|
type: Inject,
|
|
@@ -402,13 +367,6 @@ function scheduleMicroTask(fn) {
|
|
|
402
367
|
Zone.current.scheduleMicroTask('scheduleMicrotask', fn);
|
|
403
368
|
}
|
|
404
369
|
|
|
405
|
-
/**
|
|
406
|
-
* @license
|
|
407
|
-
* Copyright Google LLC All Rights Reserved.
|
|
408
|
-
*
|
|
409
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
410
|
-
* found in the LICENSE file at https://angular.io/license
|
|
411
|
-
*/
|
|
412
370
|
class ServerEventManagerPlugin /* extends EventManagerPlugin which is private */ {
|
|
413
371
|
constructor(doc) {
|
|
414
372
|
this.doc = doc;
|
|
@@ -429,22 +387,15 @@ class ServerEventManagerPlugin /* extends EventManagerPlugin which is private */
|
|
|
429
387
|
return this.addEventListener(target, eventName, handler);
|
|
430
388
|
}
|
|
431
389
|
}
|
|
432
|
-
ServerEventManagerPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-
|
|
433
|
-
ServerEventManagerPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-
|
|
434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-
|
|
390
|
+
ServerEventManagerPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerEventManagerPlugin /* extends EventManagerPlugin which is private */, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
391
|
+
ServerEventManagerPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerEventManagerPlugin /* extends EventManagerPlugin which is private */ });
|
|
392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerEventManagerPlugin /* extends EventManagerPlugin which is private */, decorators: [{
|
|
435
393
|
type: Injectable
|
|
436
394
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
437
395
|
type: Inject,
|
|
438
396
|
args: [DOCUMENT]
|
|
439
397
|
}] }]; } });
|
|
440
398
|
|
|
441
|
-
/**
|
|
442
|
-
* @license
|
|
443
|
-
* Copyright Google LLC All Rights Reserved.
|
|
444
|
-
*
|
|
445
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
446
|
-
* found in the LICENSE file at https://angular.io/license
|
|
447
|
-
*/
|
|
448
399
|
const EMPTY_ARRAY = [];
|
|
449
400
|
const DEFAULT_SCHEMA = new DomElementSchemaRegistry();
|
|
450
401
|
class ServerRendererFactory2 {
|
|
@@ -484,9 +435,9 @@ class ServerRendererFactory2 {
|
|
|
484
435
|
begin() { }
|
|
485
436
|
end() { }
|
|
486
437
|
}
|
|
487
|
-
ServerRendererFactory2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-
|
|
488
|
-
ServerRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-
|
|
489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-
|
|
438
|
+
ServerRendererFactory2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerRendererFactory2, deps: [{ token: i1.EventManager }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i1.ɵSharedStylesHost }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
439
|
+
ServerRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerRendererFactory2 });
|
|
440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerRendererFactory2, decorators: [{
|
|
490
441
|
type: Injectable
|
|
491
442
|
}], ctorParameters: function () { return [{ type: i1.EventManager }, { type: i0.NgZone }, { type: undefined, decorators: [{
|
|
492
443
|
type: Inject,
|
|
@@ -710,13 +661,6 @@ function _writeStyleAttribute(element, styleMap) {
|
|
|
710
661
|
}
|
|
711
662
|
}
|
|
712
663
|
|
|
713
|
-
/**
|
|
714
|
-
* @license
|
|
715
|
-
* Copyright Google LLC All Rights Reserved.
|
|
716
|
-
*
|
|
717
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
718
|
-
* found in the LICENSE file at https://angular.io/license
|
|
719
|
-
*/
|
|
720
664
|
class ServerStylesHost extends ɵSharedStylesHost {
|
|
721
665
|
constructor(doc, transitionId) {
|
|
722
666
|
super();
|
|
@@ -743,9 +687,9 @@ class ServerStylesHost extends ɵSharedStylesHost {
|
|
|
743
687
|
this._styleNodes.forEach(styleNode => styleNode.remove());
|
|
744
688
|
}
|
|
745
689
|
}
|
|
746
|
-
ServerStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-
|
|
747
|
-
ServerStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-
|
|
748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-
|
|
690
|
+
ServerStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerStylesHost, deps: [{ token: DOCUMENT }, { token: ɵTRANSITION_ID, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
691
|
+
ServerStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerStylesHost });
|
|
692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerStylesHost, decorators: [{
|
|
749
693
|
type: Injectable
|
|
750
694
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
751
695
|
type: Inject,
|
|
@@ -757,13 +701,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3",
|
|
|
757
701
|
args: [ɵTRANSITION_ID]
|
|
758
702
|
}] }]; } });
|
|
759
703
|
|
|
760
|
-
/**
|
|
761
|
-
* @license
|
|
762
|
-
* Copyright Google LLC All Rights Reserved.
|
|
763
|
-
*
|
|
764
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
765
|
-
* found in the LICENSE file at https://angular.io/license
|
|
766
|
-
*/
|
|
767
704
|
const TRANSFER_STATE_SERIALIZATION_PROVIDERS = [{
|
|
768
705
|
provide: BEFORE_APP_SERIALIZED,
|
|
769
706
|
useFactory: serializeTransferStateFactory,
|
|
@@ -800,21 +737,14 @@ function serializeTransferStateFactory(doc, appId, transferStore) {
|
|
|
800
737
|
*/
|
|
801
738
|
class ServerTransferStateModule {
|
|
802
739
|
}
|
|
803
|
-
ServerTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-
|
|
804
|
-
ServerTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-
|
|
805
|
-
ServerTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-
|
|
806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-
|
|
740
|
+
ServerTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerTransferStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
741
|
+
ServerTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerTransferStateModule });
|
|
742
|
+
ServerTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerTransferStateModule });
|
|
743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerTransferStateModule, decorators: [{
|
|
807
744
|
type: NgModule,
|
|
808
745
|
args: [{}]
|
|
809
746
|
}] });
|
|
810
747
|
|
|
811
|
-
/**
|
|
812
|
-
* @license
|
|
813
|
-
* Copyright Google LLC All Rights Reserved.
|
|
814
|
-
*
|
|
815
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
816
|
-
* found in the LICENSE file at https://angular.io/license
|
|
817
|
-
*/
|
|
818
748
|
const INTERNAL_SERVER_PLATFORM_PROVIDERS = [
|
|
819
749
|
{ provide: DOCUMENT, useFactory: _document, deps: [Injector] },
|
|
820
750
|
{ provide: PLATFORM_ID, useValue: ɵPLATFORM_SERVER_ID },
|
|
@@ -853,9 +783,9 @@ const SERVER_RENDER_PROVIDERS = [
|
|
|
853
783
|
*/
|
|
854
784
|
class ServerModule {
|
|
855
785
|
}
|
|
856
|
-
ServerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-
|
|
857
|
-
ServerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-
|
|
858
|
-
ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-
|
|
786
|
+
ServerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
787
|
+
ServerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerModule, imports: [HttpClientModule, NoopAnimationsModule], exports: [BrowserModule] });
|
|
788
|
+
ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerModule, providers: [
|
|
859
789
|
TRANSFER_STATE_SERIALIZATION_PROVIDERS,
|
|
860
790
|
SERVER_RENDER_PROVIDERS,
|
|
861
791
|
SERVER_HTTP_PROVIDERS,
|
|
@@ -863,7 +793,7 @@ ServerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
863
793
|
{ provide: ɵTESTABILITY, useValue: null },
|
|
864
794
|
{ provide: ViewportScroller, useClass: ɵNullViewportScroller },
|
|
865
795
|
], imports: [HttpClientModule, NoopAnimationsModule, BrowserModule] });
|
|
866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-
|
|
796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: ServerModule, decorators: [{
|
|
867
797
|
type: NgModule,
|
|
868
798
|
args: [{
|
|
869
799
|
exports: [BrowserModule],
|
|
@@ -903,13 +833,6 @@ const platformServer = createPlatformFactory(platformCore, 'server', INTERNAL_SE
|
|
|
903
833
|
*/
|
|
904
834
|
const platformDynamicServer = createPlatformFactory(ɵplatformCoreDynamic, 'serverDynamic', INTERNAL_SERVER_PLATFORM_PROVIDERS);
|
|
905
835
|
|
|
906
|
-
/**
|
|
907
|
-
* @license
|
|
908
|
-
* Copyright Google LLC All Rights Reserved.
|
|
909
|
-
*
|
|
910
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
911
|
-
* found in the LICENSE file at https://angular.io/license
|
|
912
|
-
*/
|
|
913
836
|
function _getPlatform(platformFactory, options) {
|
|
914
837
|
const extraProviders = options.platformProviders ?? [];
|
|
915
838
|
return platformFactory([
|
|
@@ -1087,49 +1010,19 @@ function renderModuleFactory(moduleFactory, options) {
|
|
|
1087
1010
|
}
|
|
1088
1011
|
|
|
1089
1012
|
/**
|
|
1090
|
-
* @
|
|
1091
|
-
*
|
|
1092
|
-
*
|
|
1093
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1094
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1095
|
-
*/
|
|
1096
|
-
|
|
1097
|
-
/**
|
|
1098
|
-
* @license
|
|
1099
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1100
|
-
*
|
|
1101
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1102
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1013
|
+
* @module
|
|
1014
|
+
* @description
|
|
1015
|
+
* Entry point for all public APIs of the platform-server package.
|
|
1103
1016
|
*/
|
|
1104
1017
|
/**
|
|
1105
1018
|
* @publicApi
|
|
1106
1019
|
*/
|
|
1107
|
-
const VERSION = new Version('15.1.0-
|
|
1108
|
-
|
|
1109
|
-
/**
|
|
1110
|
-
* @license
|
|
1111
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1112
|
-
*
|
|
1113
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1114
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1115
|
-
*/
|
|
1020
|
+
const VERSION = new Version('15.1.0-rc.0');
|
|
1116
1021
|
|
|
1117
|
-
|
|
1118
|
-
* @license
|
|
1119
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1120
|
-
*
|
|
1121
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1122
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1123
|
-
*/
|
|
1022
|
+
/// <reference types="node" />
|
|
1124
1023
|
// This file only reexports content of the `src` folder. Keep it that way.
|
|
1125
1024
|
|
|
1126
|
-
|
|
1127
|
-
* @license
|
|
1128
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1129
|
-
*
|
|
1130
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1131
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1132
|
-
*/
|
|
1025
|
+
// This file is not used to build this module. It is only used during editing
|
|
1133
1026
|
|
|
1134
1027
|
/**
|
|
1135
1028
|
* Generated bundle index. Do not edit.
|