@angular/upgrade
Advanced tools
Comparing version 19.1.0-rc.0 to 19.1.0
/** | ||
* @license Angular v19.1.0-rc.0 | ||
* @license Angular v19.1.0 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -169,3 +169,3 @@ * License: MIT | ||
* | ||
* ``` | ||
* ```angular-ts | ||
* const adapter = new UpgradeAdapter(forwardRef(() => MyNg2Module)); | ||
@@ -244,3 +244,3 @@ * const module = angular.module('myExample', []); | ||
* | ||
* ``` | ||
* ```angular-ts | ||
* const adapter = new UpgradeAdapter(forwardRef(() => MyNg2Module)); | ||
@@ -287,3 +287,3 @@ * const module = angular.module('myExample', []); | ||
* | ||
* ``` | ||
* ```ts | ||
* const upgradeAdapter = new UpgradeAdapter(MyNg2Module); | ||
@@ -333,3 +333,3 @@ * | ||
* | ||
* ``` | ||
* ```angular-ts | ||
* const adapter = new UpgradeAdapter(MyNg2Module); | ||
@@ -376,3 +376,3 @@ * const module = angular.module('myExample', []); | ||
* | ||
* ``` | ||
* ```ts | ||
* class Login { ... } | ||
@@ -411,3 +411,3 @@ * class Server { ... } | ||
* | ||
* ``` | ||
* ```ts | ||
* class Example { | ||
@@ -440,3 +440,3 @@ * } | ||
* | ||
* ``` | ||
* ```ts | ||
* const upgradeAdapter = new UpgradeAdapter(MyNg2Module); | ||
@@ -443,0 +443,0 @@ * upgradeAdapter.declareNg1Module(['heroApp']); |
{ | ||
"name": "@angular/upgrade", | ||
"version": "19.1.0-rc.0", | ||
"version": "19.1.0", | ||
"description": "Angular - the library for easing update from v1 to v2", | ||
@@ -14,6 +14,6 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/core": "19.1.0-rc.0", | ||
"@angular/compiler": "19.1.0-rc.0", | ||
"@angular/platform-browser": "19.1.0-rc.0", | ||
"@angular/platform-browser-dynamic": "19.1.0-rc.0" | ||
"@angular/core": "19.1.0", | ||
"@angular/compiler": "19.1.0", | ||
"@angular/platform-browser": "19.1.0", | ||
"@angular/platform-browser-dynamic": "19.1.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
/** | ||
* @license Angular v19.1.0-rc.0 | ||
* @license Angular v19.1.0 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.1.0-rc.0 | ||
* @license Angular v19.1.0 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
599269