@angular/upgrade 13.0.0-next.5 → 13.0.0-next.9
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/upgrade-static-testing.umd.js +1 -1
- package/bundles/upgrade-static.umd.js +5 -5
- package/bundles/upgrade-static.umd.js.map +1 -1
- package/bundles/upgrade.umd.js +3 -3
- package/bundles/upgrade.umd.js.map +1 -1
- package/esm2015/src/common/src/version.js +1 -1
- package/fesm2015/static/testing.js +1 -1
- package/fesm2015/static.js +2 -2
- package/fesm2015/static.js.map +1 -1
- package/fesm2015/upgrade.js +2 -2
- package/fesm2015/upgrade.js.map +1 -1
- package/package.json +6 -6
- package/static/static.d.ts +1 -1
- package/static/testing/testing.d.ts +1 -1
- package/static/testing.d.ts +1 -1
- package/static.d.ts +1 -1
- package/upgrade.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v13.0.0-next.
|
|
2
|
+
* @license Angular v13.0.0-next.9
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1244,7 +1244,7 @@
|
|
|
1244
1244
|
/**
|
|
1245
1245
|
* @publicApi
|
|
1246
1246
|
*/
|
|
1247
|
-
var VERSION = new core.Version('13.0.0-next.
|
|
1247
|
+
var VERSION = new core.Version('13.0.0-next.9');
|
|
1248
1248
|
|
|
1249
1249
|
/**
|
|
1250
1250
|
* @license
|
|
@@ -1714,7 +1714,7 @@
|
|
|
1714
1714
|
for (var _i = 1; _i < arguments.length; _i++) {
|
|
1715
1715
|
args[_i - 1] = arguments[_i];
|
|
1716
1716
|
}
|
|
1717
|
-
return isFunction(property) ? property.apply(void 0, __spreadArray([], __read(args))) : property;
|
|
1717
|
+
return isFunction(property) ? property.apply(void 0, __spreadArray([], __read(args), false)) : property;
|
|
1718
1718
|
}
|
|
1719
1719
|
// NOTE: Only works for `typeof T !== 'object'`.
|
|
1720
1720
|
function isMap(value) {
|
|
@@ -2175,9 +2175,9 @@
|
|
|
2175
2175
|
// cause a '$digest already in progress' error if it's in the
|
|
2176
2176
|
// same vm turn.
|
|
2177
2177
|
setTimeout(function () {
|
|
2178
|
-
_this.ngZone.run(function () { return fn.apply(void 0, __spreadArray([], __read(args))); });
|
|
2178
|
+
_this.ngZone.run(function () { return fn.apply(void 0, __spreadArray([], __read(args), false)); });
|
|
2179
2179
|
});
|
|
2180
|
-
}, delay, count, invokeApply], __read(pass)));
|
|
2180
|
+
}, delay, count, invokeApply], __read(pass), false));
|
|
2181
2181
|
});
|
|
2182
2182
|
};
|
|
2183
2183
|
Object.keys(intervalDelegate)
|