@angular/core 6.1.9 → 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/core-testing.umd.js +1 -1
- package/bundles/core-testing.umd.min.js +1 -1
- package/bundles/core-testing.umd.min.js.map +1 -1
- package/bundles/core.umd.js +2 -2
- 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/esm2015/src/version.js +1 -1
- package/esm5/src/version.js +1 -1
- package/fesm2015/core.js +2 -2
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/fesm5/core.js +3 -3
- package/fesm5/core.js.map +1 -1
- package/fesm5/testing.js +1 -1
- package/package.json +1 -1
package/fesm2015/testing.js
CHANGED
package/fesm5/core.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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
6
|
|
|
7
|
-
import { __decorate, __metadata, __spread, __param,
|
|
7
|
+
import { __decorate, __metadata, __spread, __param, __read, __extends, __assign, __values } from 'tslib';
|
|
8
8
|
import { Subject, Subscription, Observable, merge } from 'rxjs';
|
|
9
9
|
import { share } from 'rxjs/operators';
|
|
10
10
|
|
|
@@ -1644,7 +1644,7 @@ var Version = /** @class */ (function () {
|
|
|
1644
1644
|
}
|
|
1645
1645
|
return Version;
|
|
1646
1646
|
}());
|
|
1647
|
-
var VERSION = new Version('6.1.
|
|
1647
|
+
var VERSION = new Version('6.1.10');
|
|
1648
1648
|
|
|
1649
1649
|
/**
|
|
1650
1650
|
* @license
|