@angular/platform-browser 5.2.0-rc.0 → 5.2.3
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/animations.d.ts +2 -2
- package/bundles/platform-browser-animations.umd.js +4 -4
- package/bundles/platform-browser-animations.umd.min.js +2 -2
- package/bundles/platform-browser-animations.umd.min.js.map +1 -1
- package/bundles/platform-browser-testing.umd.js +4 -4
- package/bundles/platform-browser-testing.umd.js.map +1 -1
- package/bundles/platform-browser-testing.umd.min.js +4 -4
- package/bundles/platform-browser-testing.umd.min.js.map +1 -1
- package/bundles/platform-browser.umd.js +5 -5
- package/bundles/platform-browser.umd.js.map +1 -1
- package/bundles/platform-browser.umd.min.js +3 -3
- package/bundles/platform-browser.umd.min.js.map +1 -1
- package/esm2015/animations.js +2 -2
- package/esm2015/platform-browser.js +3 -3
- package/esm2015/platform-browser.js.map +1 -1
- package/esm2015/testing.js +2 -2
- package/esm2015/testing.js.map +1 -1
- package/esm5/animations.js +2 -2
- package/esm5/platform-browser.js +3 -3
- package/esm5/platform-browser.js.map +1 -1
- package/esm5/testing.js +2 -2
- package/esm5/testing.js.map +1 -1
- package/package.json +3 -3
- package/platform-browser.metadata.json +1 -1
- package/testing/testing.metadata.json +1 -1
- package/testing.d.ts +2 -2
package/esm2015/animations.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v5.2.
|
3
|
-
* (c) 2010-
|
2
|
+
* @license Angular v5.2.3
|
3
|
+
* (c) 2010-2018 Google, Inc. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
6
6
|
import { Inject, Injectable, NgModule, NgZone, RendererFactory2, ViewEncapsulation } from '@angular/core';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v5.2.
|
3
|
-
* (c) 2010-
|
2
|
+
* @license Angular v5.2.3
|
3
|
+
* (c) 2010-2018 Google, Inc. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
6
6
|
import { CommonModule, DOCUMENT, PlatformLocation, ɵPLATFORM_BROWSER_ID, ɵparseCookieValue } from '@angular/common';
|
@@ -3990,7 +3990,7 @@ class By {
|
|
3990
3990
|
/**
|
3991
3991
|
* \@stable
|
3992
3992
|
*/
|
3993
|
-
const VERSION = new Version('5.2.
|
3993
|
+
const VERSION = new Version('5.2.3');
|
3994
3994
|
|
3995
3995
|
/**
|
3996
3996
|
* @fileoverview added by tsickle
|