@angular/upgrade 16.1.0 → 16.1.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/esm2022/src/common/src/downgrade_component.mjs +3 -3
- package/esm2022/src/common/src/version.mjs +1 -1
- package/esm2022/src/dynamic/src/upgrade_ng1_adapter.mjs +3 -3
- package/esm2022/static/src/upgrade_component.mjs +3 -3
- package/esm2022/static/src/upgrade_module.mjs +4 -4
- package/esm2022/static/testing/src/create_angular_testing_module.mjs +4 -4
- package/fesm2022/static/testing.mjs +5 -5
- package/fesm2022/static.mjs +11 -11
- package/fesm2022/static.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +7 -7
- package/fesm2022/upgrade.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +5 -5
- package/static/index.d.ts +4 -4
- package/static/testing/index.d.ts +1 -1
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/upgrade",
|
|
3
|
-
"version": "16.1.
|
|
3
|
+
"version": "16.1.2",
|
|
4
4
|
"description": "Angular - the library for easing update from v1 to v2",
|
|
5
5
|
"author": "angular",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@angular/core": "16.1.
|
|
15
|
-
"@angular/compiler": "16.1.
|
|
16
|
-
"@angular/platform-browser": "16.1.
|
|
17
|
-
"@angular/platform-browser-dynamic": "16.1.
|
|
14
|
+
"@angular/core": "16.1.2",
|
|
15
|
+
"@angular/compiler": "16.1.2",
|
|
16
|
+
"@angular/platform-browser": "16.1.2",
|
|
17
|
+
"@angular/platform-browser-dynamic": "16.1.2"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
package/static/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v16.1.
|
|
2
|
+
* @license Angular v16.1.2
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -59,8 +59,8 @@ import { Version } from '@angular/core';
|
|
|
59
59
|
* <br />
|
|
60
60
|
* (This option is only necessary when using `downgradeModule()` to downgrade more than one
|
|
61
61
|
* Angular module.)
|
|
62
|
-
* - `propagateDigest?: boolean`: Whether to perform {@link ChangeDetectorRef#detectChanges
|
|
63
|
-
*
|
|
62
|
+
* - `propagateDigest?: boolean`: Whether to perform {@link ChangeDetectorRef#detectChanges} on the
|
|
63
|
+
* component on every
|
|
64
64
|
* [$digest](https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$digest). If set to `false`,
|
|
65
65
|
* change detection will still be performed when any of the component's inputs changes.
|
|
66
66
|
* (Default: true)
|
|
@@ -483,7 +483,7 @@ export declare class UpgradeComponent implements OnInit, OnChanges, DoCheck, OnD
|
|
|
483
483
|
private bindOutputs;
|
|
484
484
|
private forwardChanges;
|
|
485
485
|
static ɵfac: i0.ɵɵFactoryDeclaration<UpgradeComponent, never>;
|
|
486
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UpgradeComponent, never, never, {}, {}, never, never, false, never
|
|
486
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UpgradeComponent, never, never, {}, {}, never, never, false, never>;
|
|
487
487
|
}
|
|
488
488
|
|
|
489
489
|
/**
|