@angular/platform-server 4.4.3 → 4.4.7

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v4.4.3
2
+ * @license Angular v4.4.7
3
3
  * (c) 2010-2017 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -10,7 +10,7 @@
10
10
  }(this, (function (exports,_angular_compiler_testing,_angular_core,_angular_platformBrowserDynamic_testing,_angular_platformBrowser_animations,_angular_platformServer) { 'use strict';
11
11
 
12
12
  /**
13
- * @license Angular v4.4.3
13
+ * @license Angular v4.4.7
14
14
  * (c) 2010-2017 Google, Inc. https://angular.io/
15
15
  * License: MIT
16
16
  */
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @license Angular v4.4.3
2
+ * @license Angular v4.4.7
3
3
  * (c) 2010-2017 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
  !function(global,factory){"object"==typeof exports&&"undefined"!=typeof module?factory(exports,require("@angular/compiler/testing"),require("@angular/core"),require("@angular/platform-browser-dynamic/testing"),require("@angular/platform-browser/animations"),require("@angular/platform-server")):"function"==typeof define&&define.amd?define(["exports","@angular/compiler/testing","@angular/core","@angular/platform-browser-dynamic/testing","@angular/platform-browser/animations","@angular/platform-server"],factory):factory((global.ng=global.ng||{},global.ng.platformServer=global.ng.platformServer||{},global.ng.platformServer.testing=global.ng.platformServer.testing||{}),global.ng.compiler.testing,global.ng.core,global.ng.platformBrowserDynamic.testing,global._angular_platformBrowser_animations,global.ng.platformServer)}(this,function(exports,_angular_compiler_testing,_angular_core,_angular_platformBrowserDynamic_testing,_angular_platformBrowser_animations,_angular_platformServer){"use strict";/**
7
- * @license Angular v4.4.3
7
+ * @license Angular v4.4.7
8
8
  * (c) 2010-2017 Google, Inc. https://angular.io/
9
9
  * License: MIT
10
10
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v4.4.3
2
+ * @license Angular v4.4.7
3
3
  * (c) 2010-2017 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -36,7 +36,7 @@ function __extends(d, b) {
36
36
  }
37
37
 
38
38
  /**
39
- * @license Angular v4.4.3
39
+ * @license Angular v4.4.7
40
40
  * (c) 2010-2017 Google, Inc. https://angular.io/
41
41
  * License: MIT
42
42
  */
@@ -1876,7 +1876,6 @@ var ServerRendererFactory2 = (function () {
1876
1876
  this.schema = new _angular_compiler.DomElementSchemaRegistry();
1877
1877
  this.defaultRenderer = new DefaultServerRenderer2(document, ngZone, this.schema);
1878
1878
  }
1879
-
1880
1879
  /**
1881
1880
  * @param {?} element
1882
1881
  * @param {?} type
@@ -2426,7 +2425,7 @@ function renderModuleFactory(moduleFactory, options) {
2426
2425
  /**
2427
2426
  * \@stable
2428
2427
  */
2429
- var VERSION = new _angular_core.Version('4.4.3');
2428
+ var VERSION = new _angular_core.Version('4.4.7');
2430
2429
 
2431
2430
  exports.PlatformState = PlatformState;
2432
2431
  exports.ServerModule = ServerModule;