@angular/platform-server 6.1.6 → 6.1.10
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/bundles/platform-server-testing.umd.js +30 -8
- package/bundles/platform-server-testing.umd.js.map +1 -1
- package/bundles/platform-server-testing.umd.min.js +5 -4
- package/bundles/platform-server-testing.umd.min.js.map +1 -1
- package/bundles/platform-server.umd.js +74 -73
- package/bundles/platform-server.umd.js.map +1 -1
- package/bundles/platform-server.umd.min.js +11 -11
- package/bundles/platform-server.umd.min.js.map +1 -1
- package/esm2015/src/version.js +1 -1
- package/esm5/src/domino_adapter.js +1 -1
- package/esm5/src/http.js +7 -7
- package/esm5/src/location.js +7 -9
- package/esm5/src/platform_state.js +7 -8
- package/esm5/src/server.js +14 -13
- package/esm5/src/server_events.js +7 -8
- package/esm5/src/server_renderer.js +6 -11
- package/esm5/src/styles_host.js +7 -9
- package/esm5/src/transfer_state.js +14 -13
- package/esm5/src/version.js +1 -1
- package/esm5/testing/src/server.js +9 -8
- package/fesm2015/platform-server.js +2 -2
- package/fesm2015/platform-server.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/fesm5/platform-server.js +59 -73
- package/fesm5/platform-server.js.map +1 -1
- package/fesm5/testing.js +9 -8
- package/fesm5/testing.js.map +1 -1
- package/package.json +7 -7
- package/platform-server.metadata.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v6.1.
|
|
2
|
+
* @license Angular v6.1.10
|
|
3
3
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -10,6 +10,28 @@
|
|
|
10
10
|
(factory((global.ng = global.ng || {}, global.ng.platformServer = global.ng.platformServer || {}, global.ng.platformServer.testing = {}),global.ng.core,global.ng.platformBrowserDynamic.testing,global.ng.platformBrowser.animations,global.ng.platformServer));
|
|
11
11
|
}(this, (function (exports,core,testing,animations,platformServer) { 'use strict';
|
|
12
12
|
|
|
13
|
+
/*! *****************************************************************************
|
|
14
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
15
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
16
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
17
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
18
|
+
|
|
19
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
20
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
21
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
22
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
23
|
+
|
|
24
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
25
|
+
and limitations under the License.
|
|
26
|
+
***************************************************************************** */
|
|
27
|
+
|
|
28
|
+
function __decorate(decorators, target, key, desc) {
|
|
29
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
30
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
31
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
32
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
33
|
+
}
|
|
34
|
+
|
|
13
35
|
/**
|
|
14
36
|
* @license
|
|
15
37
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -31,13 +53,13 @@
|
|
|
31
53
|
var ServerTestingModule = /** @class */ (function () {
|
|
32
54
|
function ServerTestingModule() {
|
|
33
55
|
}
|
|
34
|
-
ServerTestingModule
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
];
|
|
56
|
+
ServerTestingModule = __decorate([
|
|
57
|
+
core.NgModule({
|
|
58
|
+
exports: [testing.BrowserDynamicTestingModule],
|
|
59
|
+
imports: [animations.NoopAnimationsModule],
|
|
60
|
+
providers: platformServer.ɵSERVER_RENDER_PROVIDERS
|
|
61
|
+
})
|
|
62
|
+
], ServerTestingModule);
|
|
41
63
|
return ServerTestingModule;
|
|
42
64
|
}());
|
|
43
65
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-server-testing.umd.js","sources":["../../../../../../packages/platform-server/testing/src/server.ts","../../../../../../packages/platform-server/testing/src/testing.ts","../../../../../../packages/platform-server/testing/public_api.ts","../../../../../../packages/platform-server/testing/index.ts","../../../../../../packages/platform-server/testing/testing.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {NgModule, PlatformRef, StaticProvider, createPlatformFactory} from '@angular/core';\nimport {BrowserDynamicTestingModule, ɵplatformCoreDynamicTesting as platformCoreDynamicTesting} from '@angular/platform-browser-dynamic/testing';\nimport {NoopAnimationsModule} from '@angular/platform-browser/animations';\nimport {ɵINTERNAL_SERVER_PLATFORM_PROVIDERS as INTERNAL_SERVER_PLATFORM_PROVIDERS, ɵSERVER_RENDER_PROVIDERS as SERVER_RENDER_PROVIDERS} from '@angular/platform-server';\n\n\n/**\n * Platform for testing\n *\n * @experimental API related to bootstrapping are still under review.\n */\nexport const platformServerTesting = createPlatformFactory(\n platformCoreDynamicTesting, 'serverTesting', INTERNAL_SERVER_PLATFORM_PROVIDERS);\n\n/**\n * NgModule for testing.\n *\n * @experimental API related to bootstrapping are still under review.\n */\n@NgModule({\n exports: [BrowserDynamicTestingModule],\n imports: [NoopAnimationsModule],\n providers: SERVER_RENDER_PROVIDERS\n})\nexport class ServerTestingModule {\n}\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of the platform-browser-dynamic/testing package.\n */\nexport * from './server';\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of this package.\n */\nexport * from './src/testing';\n\n// This file only reexports content of the `src` folder. Keep it that way.\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n// This file is not used to build this module. It is only used during editing\n// by the TypeScript language service and during build for verification. `ngc`\n// replaces this file with production index.ts when it rewrites private symbol\n// names.\n\nexport * from './public_api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["createPlatformFactory","platformCoreDynamicTesting","INTERNAL_SERVER_PLATFORM_PROVIDERS","NgModule","BrowserDynamicTestingModule","NoopAnimationsModule","SERVER_RENDER_PROVIDERS"],"mappings":";;;;;;;;;;;;IAAA;;;;;;;AAQA,IAMA;;;;;AAKA,QAAa,qBAAqB,GAAGA,0BAAqB,CACtDC,mCAA0B,EAAE,eAAe,EAAEC,kDAAkC,CAAC,CAAC;IAErF;;;;;AAKA;QAAA;SAMC;;oBANAC,aAAQ,SAAC;wBACR,OAAO,EAAE,CAACC,mCAA2B,CAAC;wBACtC,OAAO,EAAE,CAACC,+BAAoB,CAAC;wBAC/B,SAAS,EAAEC,uCAAuB;qBACnC;;QAED,0BAAC;KAND;;IC3BA;;;;;;OAMG;;ICNH;;;;;;;AAQA,IAOA,0EAA0E;;ICf1E;;;;;;OAMG;;ICNH;;OAEG;;;;;;;;;;;;;"}
|
|
1
|
+
{"version":3,"file":"platform-server-testing.umd.js","sources":["../../../../../../../../../../external/angular_deps/node_modules/tslib/tslib.es6.js","../../../../../../packages/platform-server/testing/src/server.ts","../../../../../../packages/platform-server/testing/src/testing.ts","../../../../../../packages/platform-server/testing/public_api.ts","../../../../../../packages/platform-server/testing/index.ts","../../../../../../packages/platform-server/testing/testing.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)\r\n t[p[i]] = s[p[i]];\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\r\n if (m) return m.call(o);\r\n return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {NgModule, PlatformRef, StaticProvider, createPlatformFactory} from '@angular/core';\nimport {BrowserDynamicTestingModule, ɵplatformCoreDynamicTesting as platformCoreDynamicTesting} from '@angular/platform-browser-dynamic/testing';\nimport {NoopAnimationsModule} from '@angular/platform-browser/animations';\nimport {ɵINTERNAL_SERVER_PLATFORM_PROVIDERS as INTERNAL_SERVER_PLATFORM_PROVIDERS, ɵSERVER_RENDER_PROVIDERS as SERVER_RENDER_PROVIDERS} from '@angular/platform-server';\n\n\n/**\n * Platform for testing\n *\n * @experimental API related to bootstrapping are still under review.\n */\nexport const platformServerTesting = createPlatformFactory(\n platformCoreDynamicTesting, 'serverTesting', INTERNAL_SERVER_PLATFORM_PROVIDERS);\n\n/**\n * NgModule for testing.\n *\n * @experimental API related to bootstrapping are still under review.\n */\n@NgModule({\n exports: [BrowserDynamicTestingModule],\n imports: [NoopAnimationsModule],\n providers: SERVER_RENDER_PROVIDERS\n})\nexport class ServerTestingModule {\n}\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of the platform-browser-dynamic/testing package.\n */\nexport * from './server';\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of this package.\n */\nexport * from './src/testing';\n\n// This file only reexports content of the `src` folder. Keep it that way.\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n// This file is not used to build this module. It is only used during editing\n// by the TypeScript language service and during build for verification. `ngc`\n// replaces this file with production index.ts when it rewrites private symbol\n// names.\n\nexport * from './public_api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["createPlatformFactory","platformCoreDynamicTesting","INTERNAL_SERVER_PLATFORM_PROVIDERS","NgModule","BrowserDynamicTestingModule","NoopAnimationsModule","SERVER_RENDER_PROVIDERS"],"mappings":";;;;;;;;;;;;IAAA;IACA;IACA;IACA;IACA;;IAEA;IACA;IACA;IACA;;IAEA;IACA;IACA;AACA,AAmCA;AACA,IAAO,SAAS,UAAU,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE;IAC1D,IAAI,IAAI,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,MAAM,GAAG,IAAI,KAAK,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC,wBAAwB,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,CAAC;IACjI,IAAI,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO,OAAO,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;IACnI,SAAS,KAAK,IAAI,CAAC,GAAG,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC;IACtJ,IAAI,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;IAClE,CAAC;;ICvDD;;;;;;;IAcA;;;;;AAKA,QAAa,qBAAqB,GAAGA,0BAAqB,CACtDC,mCAA0B,EAAE,eAAe,EAAEC,kDAAkC,CAAC,CAAC;IAErF;;;;;AAUA;QAAA;SACC;QADY,mBAAmB;YAL/BC,aAAQ,CAAC;gBACR,OAAO,EAAE,CAACC,mCAA2B,CAAC;gBACtC,OAAO,EAAE,CAACC,+BAAoB,CAAC;gBAC/B,SAAS,EAAEC,uCAAuB;aACnC,CAAC;WACW,mBAAmB,CAC/B;QAAD,0BAAC;KADD;;IChCA;;;;;;OAMG;;ICNH;;;;;;;AAQA,IAOA,0EAA0E;;ICf1E;;;;;;OAMG;;ICNH;;OAEG;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v6.1.
|
|
2
|
+
* @license Angular v6.1.10
|
|
3
3
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
|
-
!function(r
|
|
6
|
+
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@angular/core"),require("@angular/platform-browser-dynamic/testing"),require("@angular/platform-browser/animations"),require("@angular/platform-server")):"function"==typeof define&&define.amd?define("@angular/platform-server/testing",["exports","@angular/core","@angular/platform-browser-dynamic/testing","@angular/platform-browser/animations","@angular/platform-server"],r):r((e.ng=e.ng||{},e.ng.platformServer=e.ng.platformServer||{},e.ng.platformServer.testing={}),e.ng.core,e.ng.platformBrowserDynamic.testing,e.ng.platformBrowser.animations,e.ng.platformServer)}(this,function(e,r,t,n,o){"use strict";
|
|
7
7
|
/**
|
|
8
8
|
* @license
|
|
9
9
|
* Copyright Google Inc. All Rights Reserved.
|
|
10
10
|
*
|
|
11
11
|
* Use of this source code is governed by an MIT-style license that can be
|
|
12
12
|
* found in the LICENSE file at https://angular.io/license
|
|
13
|
-
*/
|
|
13
|
+
*/
|
|
14
|
+
var a=r.createPlatformFactory(t.ɵplatformCoreDynamicTesting,"serverTesting",o.ɵINTERNAL_SERVER_PLATFORM_PROVIDERS),i=function(){return function a(e,r,t,n){var o,a=arguments.length,i=a<3?r:null===n?n=Object.getOwnPropertyDescriptor(r,t):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,r,t,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(i=(a<3?o(i):a>3?o(r,t,i):o(r,t))||i);return a>3&&i&&Object.defineProperty(r,t,i),i}([r.NgModule({exports:[t.BrowserDynamicTestingModule],imports:[n.NoopAnimationsModule],providers:o.ɵSERVER_RENDER_PROVIDERS})],function e(){})}();
|
|
14
15
|
/**
|
|
15
16
|
* @license
|
|
16
17
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -32,4 +33,4 @@
|
|
|
32
33
|
* Use of this source code is governed by an MIT-style license that can be
|
|
33
34
|
* found in the LICENSE file at https://angular.io/license
|
|
34
35
|
*/
|
|
35
|
-
|
|
36
|
+
e.platformServerTesting=a,e.ServerTestingModule=i,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["packages/platform-server/platform-server-testing.umd.js"],"names":["global","factory","exports","module","require","define","amd","ng","platformServer","testing","core","platformBrowserDynamic","platformBrowser","animations","this","platformServerTesting","createPlatformFactory","ɵplatformCoreDynamicTesting","ɵINTERNAL_SERVER_PLATFORM_PROVIDERS","ServerTestingModule","decorators","
|
|
1
|
+
{"version":3,"sources":["packages/platform-server/platform-server-testing.umd.js"],"names":["global","factory","exports","module","require","define","amd","ng","platformServer","testing","core","platformBrowserDynamic","platformBrowser","animations","this","platformServerTesting","createPlatformFactory","ɵplatformCoreDynamicTesting","ɵINTERNAL_SERVER_PLATFORM_PROVIDERS","ServerTestingModule","__decorate","decorators","target","key","desc","d","c","arguments","length","r","Object","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","NgModule","BrowserDynamicTestingModule","imports","NoopAnimationsModule","providers","ɵSERVER_RENDER_PROVIDERS","value"],"mappings":";;;;;CAMC,SAAUA,EAAQC,GACI,iBAAZC,SAA0C,oBAAXC,OAAyBF,EAAQC,QAASE,QAAQ,iBAAkBA,QAAQ,6CAA8CA,QAAQ,wCAAyCA,QAAQ,6BACvM,mBAAXC,QAAyBA,OAAOC,IAAMD,OAAO,oCAAqC,UAAW,gBAAiB,4CAA6C,uCAAwC,4BAA6BJ,GACtOA,GAASD,EAAOO,GAAKP,EAAOO,OAAUP,EAAOO,GAAGC,eAAiBR,EAAOO,GAAGC,mBAAsBR,EAAOO,GAAGC,eAAeC,YAAcT,EAAOO,GAAGG,KAAKV,EAAOO,GAAGI,uBAAuBF,QAAQT,EAAOO,GAAGK,gBAAgBC,WAAWb,EAAOO,GAAGC,gBAHpP,CAIEM,KAAM,SAAWZ,EAAQQ,EAAKD,EAAQI,EAAWL,GAAkB;;;;;;;;AAoCjE,IAAIO,EAAwBL,EAAKM,sBAAsBP,EAAQQ,4BAA6B,gBAAiBT,EAAeU,qCAMxHC,EAAqC,WAUrC,OAnCJ,SAASC,EAAWC,EAAYC,EAAQC,EAAKC,GACzC,IAA2HC,EAAvHC,EAAIC,UAAUC,OAAQC,EAAIH,EAAI,EAAIJ,EAAkB,OAATE,EAAgBA,EAAOM,OAAOC,yBAAyBT,EAAQC,GAAOC,EACrH,GAAuB,iBAAZQ,SAAoD,mBAArBA,QAAQC,SAAyBJ,EAAIG,QAAQC,SAASZ,EAAYC,EAAQC,EAAKC,QACpH,IAAK,IAAIU,EAAIb,EAAWO,OAAS,EAAGM,GAAK,EAAGA,KAAST,EAAIJ,EAAWa,MAAIL,GAAKH,EAAI,EAAID,EAAEI,GAAKH,EAAI,EAAID,EAAEH,EAAQC,EAAKM,GAAKJ,EAAEH,EAAQC,KAASM,GAChJ,OAAOH,EAAI,GAAKG,GAAKC,OAAOK,eAAeb,EAAQC,EAAKM,GAAIA,EAwBtCT,EAClBV,EAAK0B,UACDlC,SAAUO,EAAQ4B,6BAClBC,SAAUzB,EAAW0B,sBACrBC,UAAWhC,EAAeiC,4BANlC,SAAStB,OAD2B;;;;;;;;;;;;;;;;;;;;;;AA0CxCjB,EAAQa,sBAAwBA,EAChCb,EAAQiB,oBAAsBA,EAE9BW,OAAOK,eAAejC,EAAS,cAAgBwC,OAAO","sourcesContent":["/**\n * @license Angular v6.1.10\n * (c) 2010-2018 Google, Inc. https://angular.io/\n * License: MIT\n */\n\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/platform-browser-dynamic/testing'), require('@angular/platform-browser/animations'), require('@angular/platform-server')) :\n typeof define === 'function' && define.amd ? define('@angular/platform-server/testing', ['exports', '@angular/core', '@angular/platform-browser-dynamic/testing', '@angular/platform-browser/animations', '@angular/platform-server'], factory) :\n (factory((global.ng = global.ng || {}, global.ng.platformServer = global.ng.platformServer || {}, global.ng.platformServer.testing = {}),global.ng.core,global.ng.platformBrowserDynamic.testing,global.ng.platformBrowser.animations,global.ng.platformServer));\n}(this, (function (exports,core,testing,animations,platformServer) { 'use strict';\n\n /*! *****************************************************************************\r\n Copyright (c) Microsoft Corporation. All rights reserved.\r\n Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\n this file except in compliance with the License. You may obtain a copy of the\r\n License at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\n WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\n MERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\n See the Apache Version 2.0 License for specific language governing permissions\r\n and limitations under the License.\r\n ***************************************************************************** */\r\n\r\n function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n }\n\n /**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n /**\n * Platform for testing\n *\n * @experimental API related to bootstrapping are still under review.\n */\n var platformServerTesting = core.createPlatformFactory(testing.ɵplatformCoreDynamicTesting, 'serverTesting', platformServer.ɵINTERNAL_SERVER_PLATFORM_PROVIDERS);\n /**\n * NgModule for testing.\n *\n * @experimental API related to bootstrapping are still under review.\n */\n var ServerTestingModule = /** @class */ (function () {\n function ServerTestingModule() {\n }\n ServerTestingModule = __decorate([\n core.NgModule({\n exports: [testing.BrowserDynamicTestingModule],\n imports: [animations.NoopAnimationsModule],\n providers: platformServer.ɵSERVER_RENDER_PROVIDERS\n })\n ], ServerTestingModule);\n return ServerTestingModule;\n }());\n\n /**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n /**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n // This file only reexports content of the `src` folder. Keep it that way.\n\n /**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n /**\n * Generated bundle index. Do not edit.\n */\n\n exports.platformServerTesting = platformServerTesting;\n exports.ServerTestingModule = ServerTestingModule;\n\n Object.defineProperty(exports, '__esModule', { value: true });\n\n})));\n//# sourceMappingURL=platform-server-testing.umd.js.map\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v6.1.
|
|
2
|
+
* @license Angular v6.1.10
|
|
3
3
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
(function (global, factory) {
|
|
8
8
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/platform-browser'), require('@angular/core'), require('@angular/http'), require('@angular/common/http'), require('rxjs'), require('url'), require('@angular/compiler'), require('@angular/animations/browser'), require('@angular/common'), require('@angular/platform-browser-dynamic'), require('@angular/platform-browser/animations'), require('rxjs/operators')) :
|
|
9
9
|
typeof define === 'function' && define.amd ? define('@angular/platform-server', ['exports', '@angular/platform-browser', '@angular/core', '@angular/http', '@angular/common/http', 'rxjs', 'url', '@angular/compiler', '@angular/animations/browser', '@angular/common', '@angular/platform-browser-dynamic', '@angular/platform-browser/animations', 'rxjs/operators'], factory) :
|
|
10
|
-
(factory((global.ng = global.ng || {}, global.ng.platformServer = {}),global.ng.platformBrowser,global.ng.core,global.ng.http,global.ng.common.http,global.rxjs,
|
|
10
|
+
(factory((global.ng = global.ng || {}, global.ng.platformServer = {}),global.ng.platformBrowser,global.ng.core,global.ng.http,global.ng.common.http,global.rxjs,global.url,global.ng.compiler,global.ng.animations.browser,global.ng.common,global.ng.platformBrowserDynamic,global.ng.platformBrowser.animations,global.rxjs.operators));
|
|
11
11
|
}(this, (function (exports,platformBrowser,core,http,http$1,rxjs,url,compiler,browser,common,platformBrowserDynamic,animations,operators) { 'use strict';
|
|
12
12
|
|
|
13
13
|
/*! *****************************************************************************
|
|
@@ -39,6 +39,21 @@
|
|
|
39
39
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
function __decorate(decorators, target, key, desc) {
|
|
43
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
44
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
45
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
46
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
function __param(paramIndex, decorator) {
|
|
50
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
function __metadata(metadataKey, metadataValue) {
|
|
54
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
55
|
+
}
|
|
56
|
+
|
|
42
57
|
function __values(o) {
|
|
43
58
|
var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
|
|
44
59
|
if (m) return m.call(o);
|
|
@@ -279,13 +294,11 @@
|
|
|
279
294
|
* Returns the current DOM state.
|
|
280
295
|
*/
|
|
281
296
|
PlatformState.prototype.getDocument = function () { return this._doc; };
|
|
282
|
-
PlatformState
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
PlatformState
|
|
287
|
-
{ type: undefined, decorators: [{ type: core.Inject, args: [platformBrowser.DOCUMENT,] }] }
|
|
288
|
-
]; };
|
|
297
|
+
PlatformState = __decorate([
|
|
298
|
+
core.Injectable(),
|
|
299
|
+
__param(0, core.Inject(platformBrowser.DOCUMENT)),
|
|
300
|
+
__metadata("design:paramtypes", [Object])
|
|
301
|
+
], PlatformState);
|
|
289
302
|
return PlatformState;
|
|
290
303
|
}());
|
|
291
304
|
|
|
@@ -307,18 +320,18 @@
|
|
|
307
320
|
function ServerXhr() {
|
|
308
321
|
}
|
|
309
322
|
ServerXhr.prototype.build = function () { return new xhr2.XMLHttpRequest(); };
|
|
310
|
-
ServerXhr
|
|
311
|
-
|
|
312
|
-
];
|
|
323
|
+
ServerXhr = __decorate([
|
|
324
|
+
core.Injectable()
|
|
325
|
+
], ServerXhr);
|
|
313
326
|
return ServerXhr;
|
|
314
327
|
}());
|
|
315
328
|
var ServerXsrfStrategy = /** @class */ (function () {
|
|
316
329
|
function ServerXsrfStrategy() {
|
|
317
330
|
}
|
|
318
331
|
ServerXsrfStrategy.prototype.configureRequest = function (req) { };
|
|
319
|
-
ServerXsrfStrategy
|
|
320
|
-
|
|
321
|
-
];
|
|
332
|
+
ServerXsrfStrategy = __decorate([
|
|
333
|
+
core.Injectable()
|
|
334
|
+
], ServerXsrfStrategy);
|
|
322
335
|
return ServerXsrfStrategy;
|
|
323
336
|
}());
|
|
324
337
|
var ZoneMacroTaskWrapper = /** @class */ (function () {
|
|
@@ -542,14 +555,11 @@
|
|
|
542
555
|
};
|
|
543
556
|
ServerPlatformLocation.prototype.forward = function () { throw new Error('Not implemented'); };
|
|
544
557
|
ServerPlatformLocation.prototype.back = function () { throw new Error('Not implemented'); };
|
|
545
|
-
ServerPlatformLocation
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
ServerPlatformLocation
|
|
550
|
-
{ type: undefined, decorators: [{ type: core.Inject, args: [platformBrowser.DOCUMENT,] }] },
|
|
551
|
-
{ type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [INITIAL_CONFIG,] }] }
|
|
552
|
-
]; };
|
|
558
|
+
ServerPlatformLocation = __decorate([
|
|
559
|
+
core.Injectable(),
|
|
560
|
+
__param(0, core.Inject(platformBrowser.DOCUMENT)), __param(1, core.Optional()), __param(1, core.Inject(INITIAL_CONFIG)),
|
|
561
|
+
__metadata("design:paramtypes", [Object, Object])
|
|
562
|
+
], ServerPlatformLocation);
|
|
553
563
|
return ServerPlatformLocation;
|
|
554
564
|
}());
|
|
555
565
|
function scheduleMicroTask(fn) {
|
|
@@ -579,13 +589,11 @@
|
|
|
579
589
|
}
|
|
580
590
|
return this.addEventListener(target, eventName, handler);
|
|
581
591
|
};
|
|
582
|
-
ServerEventManagerPlugin
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
ServerEventManagerPlugin
|
|
587
|
-
{ type: undefined, decorators: [{ type: core.Inject, args: [platformBrowser.DOCUMENT,] }] }
|
|
588
|
-
]; };
|
|
592
|
+
ServerEventManagerPlugin = __decorate([
|
|
593
|
+
core.Injectable(),
|
|
594
|
+
__param(0, core.Inject(platformBrowser.DOCUMENT)),
|
|
595
|
+
__metadata("design:paramtypes", [Object])
|
|
596
|
+
], ServerEventManagerPlugin);
|
|
589
597
|
return ServerEventManagerPlugin;
|
|
590
598
|
}());
|
|
591
599
|
|
|
@@ -636,16 +644,11 @@
|
|
|
636
644
|
};
|
|
637
645
|
ServerRendererFactory2.prototype.begin = function () { };
|
|
638
646
|
ServerRendererFactory2.prototype.end = function () { };
|
|
639
|
-
ServerRendererFactory2
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
ServerRendererFactory2
|
|
644
|
-
{ type: platformBrowser.EventManager },
|
|
645
|
-
{ type: core.NgZone },
|
|
646
|
-
{ type: undefined, decorators: [{ type: core.Inject, args: [platformBrowser.DOCUMENT,] }] },
|
|
647
|
-
{ type: platformBrowser.ɵSharedStylesHost }
|
|
648
|
-
]; };
|
|
647
|
+
ServerRendererFactory2 = __decorate([
|
|
648
|
+
core.Injectable(),
|
|
649
|
+
__param(2, core.Inject(platformBrowser.DOCUMENT)),
|
|
650
|
+
__metadata("design:paramtypes", [platformBrowser.EventManager, core.NgZone, Object, platformBrowser.ɵSharedStylesHost])
|
|
651
|
+
], ServerRendererFactory2);
|
|
649
652
|
return ServerRendererFactory2;
|
|
650
653
|
}());
|
|
651
654
|
var DefaultServerRenderer2 = /** @class */ (function () {
|
|
@@ -818,14 +821,12 @@
|
|
|
818
821
|
var _this = this;
|
|
819
822
|
additions.forEach(function (style) { return _this._addStyle(style); });
|
|
820
823
|
};
|
|
821
|
-
ServerStylesHost
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [platformBrowser.ɵTRANSITION_ID,] }] }
|
|
828
|
-
]; };
|
|
824
|
+
ServerStylesHost = __decorate([
|
|
825
|
+
core.Injectable(),
|
|
826
|
+
__param(0, core.Inject(platformBrowser.DOCUMENT)),
|
|
827
|
+
__param(1, core.Optional()), __param(1, core.Inject(platformBrowser.ɵTRANSITION_ID)),
|
|
828
|
+
__metadata("design:paramtypes", [Object, String])
|
|
829
|
+
], ServerStylesHost);
|
|
829
830
|
return ServerStylesHost;
|
|
830
831
|
}(platformBrowser.ɵSharedStylesHost));
|
|
831
832
|
|
|
@@ -873,18 +874,18 @@
|
|
|
873
874
|
var ServerModule = /** @class */ (function () {
|
|
874
875
|
function ServerModule() {
|
|
875
876
|
}
|
|
876
|
-
ServerModule
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
];
|
|
877
|
+
ServerModule = __decorate([
|
|
878
|
+
core.NgModule({
|
|
879
|
+
exports: [platformBrowser.BrowserModule],
|
|
880
|
+
imports: [http.HttpModule, http$1.HttpClientModule, animations.NoopAnimationsModule],
|
|
881
|
+
providers: [
|
|
882
|
+
SERVER_RENDER_PROVIDERS,
|
|
883
|
+
SERVER_HTTP_PROVIDERS,
|
|
884
|
+
{ provide: core.Testability, useValue: null },
|
|
885
|
+
{ provide: common.ViewportScroller, useClass: common.ɵNullViewportScroller },
|
|
886
|
+
],
|
|
887
|
+
})
|
|
888
|
+
], ServerModule);
|
|
888
889
|
return ServerModule;
|
|
889
890
|
}());
|
|
890
891
|
function _document(injector) {
|
|
@@ -932,18 +933,18 @@
|
|
|
932
933
|
var ServerTransferStateModule = /** @class */ (function () {
|
|
933
934
|
function ServerTransferStateModule() {
|
|
934
935
|
}
|
|
935
|
-
ServerTransferStateModule
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
];
|
|
936
|
+
ServerTransferStateModule = __decorate([
|
|
937
|
+
core.NgModule({
|
|
938
|
+
providers: [
|
|
939
|
+
platformBrowser.TransferState, {
|
|
940
|
+
provide: BEFORE_APP_SERIALIZED,
|
|
941
|
+
useFactory: serializeTransferStateFactory,
|
|
942
|
+
deps: [platformBrowser.DOCUMENT, core.APP_ID, platformBrowser.TransferState],
|
|
943
|
+
multi: true,
|
|
944
|
+
}
|
|
945
|
+
]
|
|
946
|
+
})
|
|
947
|
+
], ServerTransferStateModule);
|
|
947
948
|
return ServerTransferStateModule;
|
|
948
949
|
}());
|
|
949
950
|
|
|
@@ -1047,7 +1048,7 @@
|
|
|
1047
1048
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1048
1049
|
* found in the LICENSE file at https://angular.io/license
|
|
1049
1050
|
*/
|
|
1050
|
-
var VERSION = new core.Version('6.1.
|
|
1051
|
+
var VERSION = new core.Version('6.1.10');
|
|
1051
1052
|
|
|
1052
1053
|
/**
|
|
1053
1054
|
* @license
|