@angular/upgrade 19.1.0-next.4 → 19.1.0

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.1.0-next.4
2
+ * @license Angular v19.1.0
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -166,7 +166,7 @@ export declare class UpgradeAdapter {
166
166
  *
167
167
  * ### Example
168
168
  *
169
- * ```
169
+ * ```angular-ts
170
170
  * const adapter = new UpgradeAdapter(forwardRef(() => MyNg2Module));
171
171
  * const module = angular.module('myExample', []);
172
172
  * module.directive('greet', adapter.downgradeNg2Component(Greeter));
@@ -240,7 +240,7 @@ export declare class UpgradeAdapter {
240
240
  *
241
241
  * ### Example
242
242
  *
243
- * ```
243
+ * ```angular-ts
244
244
  * const adapter = new UpgradeAdapter(forwardRef(() => MyNg2Module));
245
245
  * const module = angular.module('myExample', []);
246
246
  *
@@ -282,7 +282,7 @@ export declare class UpgradeAdapter {
282
282
  * @usageNotes
283
283
  * ### Example
284
284
  *
285
- * ```
285
+ * ```ts
286
286
  * const upgradeAdapter = new UpgradeAdapter(MyNg2Module);
287
287
  *
288
288
  * // configure the adapter with upgrade/downgrade components and services
@@ -327,7 +327,7 @@ export declare class UpgradeAdapter {
327
327
  * @usageNotes
328
328
  * ### Example
329
329
  *
330
- * ```
330
+ * ```angular-ts
331
331
  * const adapter = new UpgradeAdapter(MyNg2Module);
332
332
  * const module = angular.module('myExample', []);
333
333
  * module.directive('ng2', adapter.downgradeNg2Component(Ng2));
@@ -369,7 +369,7 @@ export declare class UpgradeAdapter {
369
369
  * @usageNotes
370
370
  * ### Example
371
371
  *
372
- * ```
372
+ * ```ts
373
373
  * class Login { ... }
374
374
  * class Server { ... }
375
375
  *
@@ -403,7 +403,7 @@ export declare class UpgradeAdapter {
403
403
  * @usageNotes
404
404
  * ### Example
405
405
  *
406
- * ```
406
+ * ```ts
407
407
  * class Example {
408
408
  * }
409
409
  *
@@ -431,7 +431,7 @@ export declare class UpgradeAdapter {
431
431
  * @usageNotes
432
432
  * ### Example
433
433
  *
434
- * ```
434
+ * ```ts
435
435
  * const upgradeAdapter = new UpgradeAdapter(MyNg2Module);
436
436
  * upgradeAdapter.declareNg1Module(['heroApp']);
437
437
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/upgrade",
3
- "version": "19.1.0-next.4",
3
+ "version": "19.1.0",
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": "19.1.0-next.4",
15
- "@angular/compiler": "19.1.0-next.4",
16
- "@angular/platform-browser": "19.1.0-next.4",
17
- "@angular/platform-browser-dynamic": "19.1.0-next.4"
14
+ "@angular/core": "19.1.0",
15
+ "@angular/compiler": "19.1.0",
16
+ "@angular/platform-browser": "19.1.0",
17
+ "@angular/platform-browser-dynamic": "19.1.0"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
package/static/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.1.0-next.4
2
+ * @license Angular v19.1.0
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.1.0-next.4
2
+ * @license Angular v19.1.0
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */