@angular/upgrade
Advanced tools
Comparing version
/** | ||
* @license Angular v19.2.0 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
* @license Angular v19.2.1 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
* License: MIT | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "@angular/upgrade", | ||
"version": "19.2.0", | ||
"version": "19.2.1", | ||
"description": "Angular - the library for easing update from v1 to v2", | ||
@@ -14,6 +14,6 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/core": "19.2.0", | ||
"@angular/compiler": "19.2.0", | ||
"@angular/platform-browser": "19.2.0", | ||
"@angular/platform-browser-dynamic": "19.2.0" | ||
"@angular/core": "19.2.1", | ||
"@angular/compiler": "19.2.1", | ||
"@angular/platform-browser": "19.2.1", | ||
"@angular/platform-browser-dynamic": "19.2.1" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
/** | ||
* @license Angular v19.2.0 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
* @license Angular v19.2.1 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
* License: MIT | ||
@@ -154,6 +154,5 @@ */ | ||
* Angular module.) | ||
* - `propagateDigest?: boolean`: Whether to perform {@link ChangeDetectorRef#detectChanges} on the | ||
* component on every | ||
* [$digest](https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$digest). If set to `false`, | ||
* change detection will still be performed when any of the component's inputs changes. | ||
* - `propagateDigest?: boolean`: Whether to perform {@link /api/core/ChangeDetectorRef#detectChanges detectChanges} on the | ||
* component on every {@link https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$digest $digest}. | ||
* If set to `false`, change detection will still be performed when any of the component's inputs changes. | ||
* (Default: true) | ||
@@ -348,3 +347,3 @@ * | ||
* will be created for every injectable provided in `"root"` (via | ||
* {@link Injectable#providedIn `providedIn`}). | ||
* {@link /api/core/Injectable#providedIn providedIn} | ||
* If this is not your intention, you can have a shared module (that will act as act as the "root" | ||
@@ -464,3 +463,3 @@ * module) and create all downgraded modules using that module's injector: | ||
* will be created for every injectable provided in `"root"` (via | ||
* {@link Injectable#providedIn `providedIn`}). | ||
* {@link /api/core/Injectable#providedIn providedIn} | ||
* If this is not your intention, you can have a shared module (that will act as act as the "root" | ||
@@ -976,3 +975,3 @@ * module) and create all downgraded modules using that module's injector: | ||
* so that it can be injected into an AngularJS context. See `downgradeInjectable`. | ||
* 3. Bootstrapping of a hybrid Angular application which contains both of the frameworks | ||
* 5. Bootstrapping of a hybrid Angular application which contains both of the frameworks | ||
* coexisting in a single application. | ||
@@ -1043,3 +1042,3 @@ * | ||
* | ||
* Import the `UpgradeModule` into your top level {@link NgModule Angular `NgModule`}. | ||
* Import the `UpgradeModule` into your top level Angular {@link NgModule NgModule}. | ||
* | ||
@@ -1058,3 +1057,2 @@ * {@example upgrade/static/ts/full/module.ts region='ng2-module'} | ||
* | ||
* {@a upgrading-an-angular-1-service} | ||
* ### Upgrading an AngularJS service | ||
@@ -1061,0 +1059,0 @@ * |
/** | ||
* @license Angular v19.2.0 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
* @license Angular v19.2.1 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
* License: MIT | ||
@@ -5,0 +5,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
599296
05952
-0.08%