@angular/core 20.2.0-next.6 → 20.2.0-rc.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.
Files changed (57) hide show
  1. package/api.d.d.ts +1 -1
  2. package/chrome_dev_tools_performance.d.d.ts +1 -1
  3. package/discovery.d.d.ts +1 -1
  4. package/event_dispatcher.d.d.ts +1 -1
  5. package/fesm2022/attribute.mjs +1 -1
  6. package/fesm2022/core.mjs +12 -5
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/debug_node.mjs +29 -5
  9. package/fesm2022/debug_node.mjs.map +1 -1
  10. package/fesm2022/not_found.mjs +1 -1
  11. package/fesm2022/primitives/di.mjs +1 -1
  12. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  13. package/fesm2022/primitives/signals.mjs +1 -1
  14. package/fesm2022/resource.mjs +1 -1
  15. package/fesm2022/root_effect_scheduler.mjs +1 -1
  16. package/fesm2022/rxjs-interop.mjs +1 -1
  17. package/fesm2022/signal.mjs +1 -1
  18. package/fesm2022/testing.mjs +1 -1
  19. package/fesm2022/untracked.mjs +1 -1
  20. package/fesm2022/weak_ref.mjs +1 -1
  21. package/graph.d.d.ts +1 -1
  22. package/index.d.ts +1 -1
  23. package/package.json +2 -2
  24. package/primitives/di/index.d.ts +1 -1
  25. package/primitives/event-dispatch/index.d.ts +1 -1
  26. package/primitives/signals/index.d.ts +1 -1
  27. package/rxjs-interop/index.d.ts +1 -1
  28. package/schematics/bundles/{apply_import_manager-DDzBE76c.cjs → apply_import_manager-BDpMzDvN.cjs} +3 -3
  29. package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
  30. package/schematics/bundles/{compiler_host-PbDBLXD_.cjs → compiler_host-GNtX_RDe.cjs} +2 -2
  31. package/schematics/bundles/control-flow-migration.cjs +3 -3
  32. package/schematics/bundles/document-core.cjs +5 -5
  33. package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
  34. package/schematics/bundles/{index-bNLbdiQu.cjs → index-BrQFpkJq.cjs} +12 -12
  35. package/schematics/bundles/{index-HnBPwNoT.cjs → index-czXpbmcu.cjs} +4 -4
  36. package/schematics/bundles/inject-flags.cjs +5 -5
  37. package/schematics/bundles/inject-migration.cjs +3 -3
  38. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  39. package/schematics/bundles/{migrate_ts_type_references-DvNm2DJd.cjs → migrate_ts_type_references-DLVVfu8Y.cjs} +5 -5
  40. package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
  41. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  42. package/schematics/bundles/output-migration.cjs +6 -6
  43. package/schematics/bundles/{project_paths-WYk3KB4n.cjs → project_paths-pSh0WpBI.cjs} +3 -3
  44. package/schematics/bundles/{project_tsconfig_paths-iei5hRhJ.cjs → project_tsconfig_paths-Cy7U7awR.cjs} +35 -23
  45. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  46. package/schematics/bundles/route-lazy-loading.cjs +3 -3
  47. package/schematics/bundles/router-current-navigation.cjs +4 -4
  48. package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
  49. package/schematics/bundles/signal-input-migration.cjs +7 -7
  50. package/schematics/bundles/signal-queries-migration.cjs +7 -7
  51. package/schematics/bundles/signals.cjs +7 -7
  52. package/schematics/bundles/standalone-migration.cjs +4 -4
  53. package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
  54. package/schematics/bundles/test-bed-get.cjs +4 -4
  55. package/signal.d.d.ts +1 -1
  56. package/testing/index.d.ts +1 -1
  57. package/weak_ref.d.d.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -11935,6 +11935,7 @@ function generateConditionalExpressions(job) {
11935
11935
  }
11936
11936
  // Switch expressions assign their main test to a temporary, to avoid re-executing it.
11937
11937
  let tmp = op.test == null ? null : new AssignTemporaryExpr(op.test, job.allocateXrefId());
11938
+ let caseExpressionTemporaryXref = null;
11938
11939
  // For each remaining condition, test whether the temporary satifies the check. (If no temp is
11939
11940
  // present, just check each expression directly.)
11940
11941
  for (let i = op.conditions.length - 1; i >= 0; i--) {
@@ -11947,7 +11948,9 @@ function generateConditionalExpressions(job) {
11947
11948
  conditionalCase.expr = new BinaryOperatorExpr(BinaryOperator.Identical, useTmp, conditionalCase.expr);
11948
11949
  }
11949
11950
  else if (conditionalCase.alias !== null) {
11950
- const caseExpressionTemporaryXref = job.allocateXrefId();
11951
+ // Since we can only pass one variable into the conditional instruction,
11952
+ // reuse the same variable to store the result of the expressions.
11953
+ caseExpressionTemporaryXref ??= job.allocateXrefId();
11951
11954
  conditionalCase.expr = new AssignTemporaryExpr(conditionalCase.expr, caseExpressionTemporaryXref);
11952
11955
  op.contextValue = new ReadTemporaryExpr(caseExpressionTemporaryXref);
11953
11956
  }
@@ -28645,8 +28648,8 @@ function parseConditionalBlockParameters(block, errors, bindingParser) {
28645
28648
  if (aliasMatch === null) {
28646
28649
  errors.push(new ParseError(param.sourceSpan, `Unrecognized conditional parameter "${param.expression}"`));
28647
28650
  }
28648
- else if (block.name !== 'if') {
28649
- errors.push(new ParseError(param.sourceSpan, '"as" expression is only allowed on the primary @if block'));
28651
+ else if (block.name !== 'if' && !ELSE_IF_PATTERN.test(block.name)) {
28652
+ errors.push(new ParseError(param.sourceSpan, '"as" expression is only allowed on `@if` and `@else if` blocks'));
28650
28653
  }
28651
28654
  else if (expressionAlias !== null) {
28652
28655
  errors.push(new ParseError(param.sourceSpan, 'Conditional can only have one "as" expression'));
@@ -32788,7 +32791,7 @@ function isAttrNode(ast) {
32788
32791
  * @description
32789
32792
  * Entry point for all public APIs of the compiler package.
32790
32793
  */
32791
- new Version('20.2.0-next.6');
32794
+ new Version('20.2.0-rc.0');
32792
32795
 
32793
32796
  //////////////////////////////////////
32794
32797
  // THIS FILE HAS GLOBAL SIDE EFFECT //
@@ -33823,7 +33826,7 @@ class NodeJSPathManipulation {
33823
33826
  // G3-ESM-MARKER: G3 uses CommonJS, but externally everything in ESM.
33824
33827
  // CommonJS/ESM interop for determining the current file name and containing dir.
33825
33828
  const isCommonJS = typeof __filename !== 'undefined';
33826
- const currentFileUrl = isCommonJS ? null : (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('project_tsconfig_paths-iei5hRhJ.cjs', document.baseURI).href));
33829
+ const currentFileUrl = isCommonJS ? null : (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('project_tsconfig_paths-Cy7U7awR.cjs', document.baseURI).href));
33827
33830
  // Note, when this code loads in the browser, `url` may be an empty `{}` due to the Closure shims.
33828
33831
  const currentFileName = isCommonJS
33829
33832
  ? __filename
@@ -45711,11 +45714,21 @@ class TcbDirectiveCtorOp extends TcbOp {
45711
45714
  return true;
45712
45715
  }
45713
45716
  execute() {
45717
+ const genericInputs = new Map();
45714
45718
  const id = this.tcb.allocateId();
45719
+ let boundAttrs;
45720
+ let span;
45721
+ if (this.node instanceof HostElement) {
45722
+ // Host elements can't bind to their own inputs so we don't resolve any.
45723
+ boundAttrs = [];
45724
+ span = this.node.sourceSpan;
45725
+ }
45726
+ else {
45727
+ boundAttrs = getBoundAttributes(this.dir, this.node);
45728
+ span = this.node.startSourceSpan || this.node.sourceSpan;
45729
+ }
45715
45730
  addExpressionIdentifier(id, ExpressionIdentifier.DIRECTIVE);
45716
- addParseSpanInfo(id, this.node.startSourceSpan || this.node.sourceSpan);
45717
- const genericInputs = new Map();
45718
- const boundAttrs = getBoundAttributes(this.dir, this.node);
45731
+ addParseSpanInfo(id, span);
45719
45732
  for (const attr of boundAttrs) {
45720
45733
  // Skip text attributes if configured to do so.
45721
45734
  if (!this.tcb.env.config.checkTypeOfAttributes &&
@@ -47310,29 +47323,28 @@ class Scope {
47310
47323
  }
47311
47324
  }
47312
47325
  appendDirectiveInputs(dir, node, dirMap) {
47313
- let directiveOp;
47314
- const host = this.tcb.env.reflector;
47326
+ const directiveOp = this.getDirectiveOp(dir, node);
47327
+ const dirIndex = this.opQueue.push(directiveOp) - 1;
47328
+ dirMap.set(dir, dirIndex);
47329
+ this.opQueue.push(new TcbDirectiveInputsOp(this.tcb, this, node, dir));
47330
+ }
47331
+ getDirectiveOp(dir, node) {
47315
47332
  const dirRef = dir.ref;
47316
47333
  if (!dir.isGeneric) {
47317
47334
  // The most common case is that when a directive is not generic, we use the normal
47318
47335
  // `TcbNonDirectiveTypeOp`.
47319
- directiveOp = new TcbNonGenericDirectiveTypeOp(this.tcb, this, node, dir);
47336
+ return new TcbNonGenericDirectiveTypeOp(this.tcb, this, node, dir);
47320
47337
  }
47321
- else if (!requiresInlineTypeCtor(dirRef.node, host, this.tcb.env) ||
47338
+ else if (!requiresInlineTypeCtor(dirRef.node, this.tcb.env.reflector, this.tcb.env) ||
47322
47339
  this.tcb.env.config.useInlineTypeConstructors) {
47323
47340
  // For generic directives, we use a type constructor to infer types. If a directive requires
47324
47341
  // an inline type constructor, then inlining must be available to use the
47325
47342
  // `TcbDirectiveCtorOp`. If not we, we fallback to using `any` – see below.
47326
- directiveOp = new TcbDirectiveCtorOp(this.tcb, this, node, dir);
47343
+ return new TcbDirectiveCtorOp(this.tcb, this, node, dir);
47327
47344
  }
47328
- else {
47329
- // If inlining is not available, then we give up on inferring the generic params, and use
47330
- // `any` type for the directive's generic parameters.
47331
- directiveOp = new TcbGenericDirectiveTypeWithAnyParamsOp(this.tcb, this, node, dir);
47332
- }
47333
- const dirIndex = this.opQueue.push(directiveOp) - 1;
47334
- dirMap.set(dir, dirIndex);
47335
- this.opQueue.push(new TcbDirectiveInputsOp(this.tcb, this, node, dir));
47345
+ // If inlining is not available, then we give up on inferring the generic params, and use
47346
+ // `any` type for the directive's generic parameters.
47347
+ return new TcbGenericDirectiveTypeWithAnyParamsOp(this.tcb, this, node, dir);
47336
47348
  }
47337
47349
  appendSelectorlessDirectives(node) {
47338
47350
  for (const directive of node.directives) {
@@ -47471,7 +47483,7 @@ class Scope {
47471
47483
  if (directives !== null && directives.length > 0) {
47472
47484
  const directiveOpMap = new Map();
47473
47485
  for (const directive of directives) {
47474
- const directiveOp = new TcbNonGenericDirectiveTypeOp(this.tcb, this, node, directive);
47486
+ const directiveOp = this.getDirectiveOp(directive, node);
47475
47487
  directiveOpMap.set(directive, this.opQueue.push(directiveOp) - 1);
47476
47488
  }
47477
47489
  this.directiveOpMap.set(node, directiveOpMap);
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -9,8 +9,8 @@
9
9
  var schematics = require('@angular-devkit/schematics');
10
10
  var fs = require('fs');
11
11
  var p = require('path');
12
- var compiler_host = require('./compiler_host-PbDBLXD_.cjs');
13
- var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
12
+ var compiler_host = require('./compiler_host-GNtX_RDe.cjs');
13
+ var project_tsconfig_paths = require('./project_tsconfig_paths-Cy7U7awR.cjs');
14
14
  var ts = require('typescript');
15
15
  var property_name = require('./property_name-BBwFuqMe.cjs');
16
16
  require('os');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,11 +8,11 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- require('./project_tsconfig_paths-iei5hRhJ.cjs');
12
- require('./index-bNLbdiQu.cjs');
11
+ require('./project_tsconfig_paths-Cy7U7awR.cjs');
12
+ require('./index-BrQFpkJq.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-WYk3KB4n.cjs');
15
+ var project_paths = require('./project_paths-pSh0WpBI.cjs');
16
16
  var imports = require('./imports-CIX-JgAN.cjs');
17
17
  var symbol = require('./symbol-VPWguRxr.cjs');
18
18
  require('@angular-devkit/core');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,11 +8,11 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
12
- require('./index-bNLbdiQu.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-Cy7U7awR.cjs');
12
+ require('./index-BrQFpkJq.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-WYk3KB4n.cjs');
15
+ var project_paths = require('./project_paths-pSh0WpBI.cjs');
16
16
  var ng_decorators = require('./ng_decorators-B5HCqr20.cjs');
17
17
  var property_name = require('./property_name-BBwFuqMe.cjs');
18
18
  require('@angular-devkit/core');
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var migrate_ts_type_references = require('./migrate_ts_type_references-DvNm2DJd.cjs');
9
+ var migrate_ts_type_references = require('./migrate_ts_type_references-DLVVfu8Y.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
- var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
13
- var index$1 = require('./index-bNLbdiQu.cjs');
12
+ var project_tsconfig_paths = require('./project_tsconfig_paths-Cy7U7awR.cjs');
13
+ var index$1 = require('./index-BrQFpkJq.cjs');
14
14
  require('path');
15
15
  require('node:path');
16
- var project_paths = require('./project_paths-WYk3KB4n.cjs');
17
- var index = require('./index-HnBPwNoT.cjs');
16
+ var project_paths = require('./project_paths-pSh0WpBI.cjs');
17
+ var index = require('./index-czXpbmcu.cjs');
18
18
  var assert = require('assert');
19
- var apply_import_manager = require('./apply_import_manager-DDzBE76c.cjs');
19
+ var apply_import_manager = require('./apply_import_manager-BDpMzDvN.cjs');
20
20
  require('@angular-devkit/core');
21
21
  require('node:path/posix');
22
22
  require('./leading_space-D9nQ8UQC.cjs');
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
9
+ var project_tsconfig_paths = require('./project_tsconfig_paths-Cy7U7awR.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
- var index$1 = require('./index-bNLbdiQu.cjs');
12
+ var index$1 = require('./index-BrQFpkJq.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-WYk3KB4n.cjs');
16
- var apply_import_manager = require('./apply_import_manager-DDzBE76c.cjs');
17
- var migrate_ts_type_references = require('./migrate_ts_type_references-DvNm2DJd.cjs');
15
+ var project_paths = require('./project_paths-pSh0WpBI.cjs');
16
+ var apply_import_manager = require('./apply_import_manager-BDpMzDvN.cjs');
17
+ var migrate_ts_type_references = require('./migrate_ts_type_references-DLVVfu8Y.cjs');
18
18
  var assert = require('assert');
19
- var index = require('./index-HnBPwNoT.cjs');
19
+ var index = require('./index-czXpbmcu.cjs');
20
20
  require('@angular-devkit/core');
21
21
  require('node:path/posix');
22
22
  require('fs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -10,7 +10,7 @@ var schematics = require('@angular-devkit/schematics');
10
10
  var signalQueriesMigration = require('./signal-queries-migration.cjs');
11
11
  var signalInputMigration = require('./signal-input-migration.cjs');
12
12
  var outputMigration = require('./output-migration.cjs');
13
- require('./project_tsconfig_paths-iei5hRhJ.cjs');
13
+ require('./project_tsconfig_paths-Cy7U7awR.cjs');
14
14
  require('typescript');
15
15
  require('os');
16
16
  require('fs');
@@ -18,14 +18,14 @@ require('module');
18
18
  require('path');
19
19
  require('url');
20
20
  require('@angular-devkit/core');
21
- require('./index-bNLbdiQu.cjs');
21
+ require('./index-BrQFpkJq.cjs');
22
22
  require('node:path');
23
- require('./project_paths-WYk3KB4n.cjs');
23
+ require('./project_paths-pSh0WpBI.cjs');
24
24
  require('node:path/posix');
25
- require('./apply_import_manager-DDzBE76c.cjs');
26
- require('./migrate_ts_type_references-DvNm2DJd.cjs');
25
+ require('./apply_import_manager-BDpMzDvN.cjs');
26
+ require('./migrate_ts_type_references-DLVVfu8Y.cjs');
27
27
  require('assert');
28
- require('./index-HnBPwNoT.cjs');
28
+ require('./index-czXpbmcu.cjs');
29
29
  require('./leading_space-D9nQ8UQC.cjs');
30
30
 
31
31
  function migrate(options) {
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
9
  var schematics = require('@angular-devkit/schematics');
10
- var index = require('./index-bNLbdiQu.cjs');
10
+ var index = require('./index-BrQFpkJq.cjs');
11
11
  var fs = require('fs');
12
12
  var p = require('path');
13
13
  var ts = require('typescript');
14
- var compiler_host = require('./compiler_host-PbDBLXD_.cjs');
15
- var project_tsconfig_paths = require('./project_tsconfig_paths-iei5hRhJ.cjs');
14
+ var compiler_host = require('./compiler_host-GNtX_RDe.cjs');
15
+ var project_tsconfig_paths = require('./project_tsconfig_paths-Cy7U7awR.cjs');
16
16
  var ng_decorators = require('./ng_decorators-B5HCqr20.cjs');
17
17
  var nodes = require('./nodes-B16H9JUd.cjs');
18
18
  var symbol = require('./symbol-VPWguRxr.cjs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.2.0-next.6
3
+ * @license Angular v20.2.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,11 +8,11 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- require('./project_tsconfig_paths-iei5hRhJ.cjs');
12
- require('./index-bNLbdiQu.cjs');
11
+ require('./project_tsconfig_paths-Cy7U7awR.cjs');
12
+ require('./index-BrQFpkJq.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-WYk3KB4n.cjs');
15
+ var project_paths = require('./project_paths-pSh0WpBI.cjs');
16
16
  var imports = require('./imports-CIX-JgAN.cjs');
17
17
  var symbol = require('./symbol-VPWguRxr.cjs');
18
18
  require('@angular-devkit/core');
package/signal.d.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.6
2
+ * @license Angular v20.2.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.6
2
+ * @license Angular v20.2.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/weak_ref.d.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.0-next.6
2
+ * @license Angular v20.2.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */