@angular/core 4.4.6 → 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.
- package/@angular/core/testing.es5.js +1 -1
- package/@angular/core/testing.js +1 -1
- package/@angular/core.es5.js +2 -2
- package/@angular/core.es5.js.map +1 -1
- package/@angular/core.js +2 -2
- package/@angular/core.js.map +1 -1
- package/bundles/core-testing.umd.js +2 -2
- package/bundles/core-testing.umd.min.js +1 -1
- package/bundles/core.umd.js +3 -3
- package/bundles/core.umd.js.map +1 -1
- package/bundles/core.umd.min.js +2 -2
- package/bundles/core.umd.min.js.map +1 -1
- package/core.metadata.json +1 -1
- package/package.json +1 -1
- package/testing.d.ts +1 -1
package/@angular/core/testing.js
CHANGED
package/@angular/core.es5.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as tslib_1 from "tslib";
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v4.4.
|
|
3
|
+
* @license Angular v4.4.7
|
|
4
4
|
* (c) 2010-2017 Google, Inc. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -796,7 +796,7 @@ var Version = (function () {
|
|
|
796
796
|
/**
|
|
797
797
|
* \@stable
|
|
798
798
|
*/
|
|
799
|
-
var VERSION = new Version('4.4.
|
|
799
|
+
var VERSION = new Version('4.4.7');
|
|
800
800
|
/**
|
|
801
801
|
* @license
|
|
802
802
|
* Copyright Google Inc. All Rights Reserved.
|