@angular/platform-browser 4.2.3 → 4.2.4
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/@angular/platform-browser/animations.es5.js +1 -1
- package/@angular/platform-browser/animations.js +1 -1
- package/@angular/platform-browser/testing.es5.js +1 -1
- package/@angular/platform-browser/testing.js +1 -1
- package/@angular/platform-browser.es5.js +2 -2
- package/@angular/platform-browser.es5.js.map +1 -1
- package/@angular/platform-browser.js +2 -2
- package/@angular/platform-browser.js.map +1 -1
- package/animations.d.ts +1 -1
- package/bundles/platform-browser-animations.umd.js +2 -2
- package/bundles/platform-browser-animations.umd.min.js +1 -1
- package/bundles/platform-browser-testing.umd.js +2 -2
- package/bundles/platform-browser-testing.umd.min.js +2 -2
- package/bundles/platform-browser.umd.js +3 -3
- package/bundles/platform-browser.umd.min.js +2 -2
- package/package.json +3 -3
- package/platform-browser.metadata.json +1 -1
- package/testing.d.ts +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as tslib_1 from "tslib";
|
2
2
|
/**
|
3
|
-
* @license Angular v4.2.
|
3
|
+
* @license Angular v4.2.4
|
4
4
|
* (c) 2010-2017 Google, Inc. https://angular.io/
|
5
5
|
* License: MIT
|
6
6
|
*/
|
@@ -4424,7 +4424,7 @@ var By = (function () {
|
|
4424
4424
|
/**
|
4425
4425
|
* \@stable
|
4426
4426
|
*/
|
4427
|
-
var VERSION = new Version('4.2.
|
4427
|
+
var VERSION = new Version('4.2.4');
|
4428
4428
|
/**
|
4429
4429
|
* @license
|
4430
4430
|
* Copyright Google Inc. All Rights Reserved.
|