@angular/core 15.2.0-next.0 → 15.2.0-next.2
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/esm2020/src/di/interface/provider.mjs +1 -1
- package/esm2020/src/di/provider_collection.mjs +1 -1
- package/esm2020/src/di/r3_injector.mjs +1 -1
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/testing/src/logger.mjs +3 -3
- package/esm2020/testing/src/ng_zone_mock.mjs +3 -3
- package/fesm2015/core.mjs +2 -2
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/testing.mjs +2 -2
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2020/core.mjs +2 -2
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/testing.mjs +2 -2
- package/fesm2020/testing.mjs.map +1 -1
- package/index.d.ts +4 -4
- package/package.json +2 -1
- package/schematics/collection.json +10 -0
- package/schematics/migrations/relative-link-resolution/bundle.js +13 -10
- package/schematics/migrations/relative-link-resolution/bundle.js.map +2 -2
- package/schematics/migrations/router-link-with-href/bundle.js +25 -20
- package/schematics/migrations/router-link-with-href/bundle.js.map +2 -2
- package/schematics/ng-generate/standalone-migration/bundle.js +35611 -0
- package/schematics/ng-generate/standalone-migration/bundle.js.map +7 -0
- package/schematics/ng-generate/standalone-migration/schema.json +37 -0
- package/testing/index.d.ts +1 -1
- package/schematics/migrations/relative-link-resolution/bundle_metadata.json +0 -1
- package/schematics/migrations/router-link-with-href/bundle_metadata.json +0 -1
package/fesm2020/testing.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v15.
|
|
2
|
+
* @license Angular v15.2.0-next.2
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -8795,7 +8795,7 @@ class Version {
|
|
|
8795
8795
|
/**
|
|
8796
8796
|
* @publicApi
|
|
8797
8797
|
*/
|
|
8798
|
-
const VERSION = new Version('15.2.0-next.
|
|
8798
|
+
const VERSION = new Version('15.2.0-next.2');
|
|
8799
8799
|
|
|
8800
8800
|
// This default value is when checking the hierarchy for a token.
|
|
8801
8801
|
//
|