@angular/core 21.0.0-next.6 → 21.0.0-next.7

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 (62) hide show
  1. package/fesm2022/_attribute-chunk.mjs +2 -2
  2. package/fesm2022/_debug_node-chunk.mjs +592 -88
  3. package/fesm2022/_debug_node-chunk.mjs.map +1 -1
  4. package/fesm2022/_effect-chunk.mjs +2 -2
  5. package/fesm2022/_not_found-chunk.mjs +2 -2
  6. package/fesm2022/_resource-chunk.mjs +2 -2
  7. package/fesm2022/_root_effect_scheduler-chunk.mjs +3 -3
  8. package/fesm2022/_root_effect_scheduler-chunk.mjs.map +1 -1
  9. package/fesm2022/_signal-chunk.mjs +2 -2
  10. package/fesm2022/_weak_ref-chunk.mjs +2 -2
  11. package/fesm2022/core.mjs +3 -3
  12. package/fesm2022/primitives-di.mjs +2 -2
  13. package/fesm2022/primitives-event-dispatch.mjs +2 -2
  14. package/fesm2022/primitives-signals.mjs +2 -2
  15. package/fesm2022/rxjs-interop.mjs +2 -2
  16. package/fesm2022/testing.mjs +2 -2
  17. package/package.json +2 -2
  18. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
  19. package/schematics/bundles/application-config-core.cjs +5 -5
  20. package/schematics/bundles/{apply_import_manager-pLtndDki.cjs → apply_import_manager-D_4NSuRa.cjs} +3 -3
  21. package/schematics/bundles/bootstrap-options-migration.cjs +5 -5
  22. package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
  23. package/schematics/bundles/{compiler_host-BJEh7-L1.cjs → compiler_host-C1KRWoxv.cjs} +2 -2
  24. package/schematics/bundles/control-flow-migration.cjs +22 -21
  25. package/schematics/bundles/imports-DwPXlGFl.cjs +1 -1
  26. package/schematics/bundles/{index-DCfgOEYE.cjs → index-BFENxhdR.cjs} +12 -12
  27. package/schematics/bundles/{index-bqpULzLD.cjs → index-DYqR8Lpq.cjs} +4 -4
  28. package/schematics/bundles/inject-migration.cjs +3 -3
  29. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  30. package/schematics/bundles/{migrate_ts_type_references-COE6BA7E.cjs → migrate_ts_type_references-CemH7A8e.cjs} +5 -5
  31. package/schematics/bundles/{ng_component_template-pDoKlgPP.cjs → ng_component_template-AYs8YXuT.cjs} +2 -2
  32. package/schematics/bundles/ng_decorators-BI0uV7KI.cjs +1 -1
  33. package/schematics/bundles/ngclass-to-class-migration.cjs +7 -7
  34. package/schematics/bundles/ngstyle-to-style-migration.cjs +7 -7
  35. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  36. package/schematics/bundles/output-migration.cjs +6 -6
  37. package/schematics/bundles/{parse_html-B6fblY_V.cjs → parse_html-6-AB4O-A.cjs} +2 -2
  38. package/schematics/bundles/{project_paths-i0Wjiiq1.cjs → project_paths-EiOrjlNS.cjs} +3 -3
  39. package/schematics/bundles/{project_tsconfig_paths-sFatqIE5.cjs → project_tsconfig_paths-BbVhi4fG.cjs} +84 -4
  40. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  41. package/schematics/bundles/route-lazy-loading.cjs +3 -3
  42. package/schematics/bundles/router-current-navigation.cjs +4 -4
  43. package/schematics/bundles/router-last-successful-navigation.cjs +4 -4
  44. package/schematics/bundles/self-closing-tags-migration.cjs +6 -6
  45. package/schematics/bundles/signal-input-migration.cjs +7 -7
  46. package/schematics/bundles/signal-queries-migration.cjs +7 -7
  47. package/schematics/bundles/signals.cjs +7 -7
  48. package/schematics/bundles/standalone-migration.cjs +50 -10
  49. package/schematics/bundles/symbol-BObKoqes.cjs +1 -1
  50. package/types/_api-chunk.d.ts +2 -2
  51. package/types/_chrome_dev_tools_performance-chunk.d.ts +2 -2
  52. package/types/_discovery-chunk.d.ts +11 -4
  53. package/types/_effect-chunk.d.ts +2 -2
  54. package/types/_event_dispatcher-chunk.d.ts +2 -2
  55. package/types/_formatter-chunk.d.ts +2 -2
  56. package/types/_weak_ref-chunk.d.ts +2 -2
  57. package/types/core.d.ts +122 -4
  58. package/types/primitives-di.d.ts +2 -2
  59. package/types/primitives-event-dispatch.d.ts +2 -2
  60. package/types/primitives-signals.d.ts +2 -2
  61. package/types/rxjs-interop.d.ts +2 -2
  62. package/types/testing.d.ts +2 -2
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,15 +8,15 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var project_tsconfig_paths = require('./project_tsconfig_paths-sFatqIE5.cjs');
12
- require('./index-DCfgOEYE.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.cjs');
12
+ require('./index-BFENxhdR.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-i0Wjiiq1.cjs');
16
- var apply_import_manager = require('./apply_import_manager-pLtndDki.cjs');
15
+ var project_paths = require('./project_paths-EiOrjlNS.cjs');
16
+ var apply_import_manager = require('./apply_import_manager-D_4NSuRa.cjs');
17
17
  var imports = require('./imports-DwPXlGFl.cjs');
18
- var parse_html = require('./parse_html-B6fblY_V.cjs');
19
- var ng_component_template = require('./ng_component_template-pDoKlgPP.cjs');
18
+ var parse_html = require('./parse_html-6-AB4O-A.cjs');
19
+ var ng_component_template = require('./ng_component_template-AYs8YXuT.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 v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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 v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,13 +8,13 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var project_tsconfig_paths = require('./project_tsconfig_paths-sFatqIE5.cjs');
12
- var index$1 = require('./index-DCfgOEYE.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.cjs');
12
+ var index$1 = require('./index-BFENxhdR.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-i0Wjiiq1.cjs');
16
- var apply_import_manager = require('./apply_import_manager-pLtndDki.cjs');
17
- var index = require('./index-bqpULzLD.cjs');
15
+ var project_paths = require('./project_paths-EiOrjlNS.cjs');
16
+ var apply_import_manager = require('./apply_import_manager-D_4NSuRa.cjs');
17
+ var index = require('./index-DYqR8Lpq.cjs');
18
18
  require('@angular-devkit/core');
19
19
  require('node:path/posix');
20
20
  require('fs');
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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-sFatqIE5.cjs');
9
+ var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.cjs');
10
10
 
11
11
  /**
12
12
  * parses the template string into the Html AST
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var index = require('./index-DCfgOEYE.cjs');
9
+ var index = require('./index-BFENxhdR.cjs');
10
10
  var schematics = require('@angular-devkit/schematics');
11
11
  var core = require('@angular-devkit/core');
12
12
  var posixPath = require('node:path/posix');
13
13
  var os = require('os');
14
14
  var ts = require('typescript');
15
- var project_tsconfig_paths = require('./project_tsconfig_paths-sFatqIE5.cjs');
15
+ var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.cjs');
16
16
  require('path');
17
17
  var path = require('node:path');
18
18
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -2725,6 +2725,8 @@ class Identifiers {
2725
2725
  static domProperty = { name: 'ɵɵdomProperty', moduleName: CORE };
2726
2726
  static ariaProperty = { name: 'ɵɵariaProperty', moduleName: CORE };
2727
2727
  static property = { name: 'ɵɵproperty', moduleName: CORE };
2728
+ static control = { name: 'ɵɵcontrol', moduleName: CORE };
2729
+ static controlCreate = { name: 'ɵɵcontrolCreate', moduleName: CORE };
2728
2730
  static animationEnterListener = {
2729
2731
  name: 'ɵɵanimateEnterListener',
2730
2732
  moduleName: CORE,
@@ -8657,6 +8659,17 @@ var OpKind;
8657
8659
  * An operation to bind animation events to an element.
8658
8660
  */
8659
8661
  OpKind[OpKind["AnimationListener"] = 56] = "AnimationListener";
8662
+ /**
8663
+ * An operation to bind an expression to a `control` property of an element.
8664
+ */
8665
+ OpKind[OpKind["Control"] = 57] = "Control";
8666
+ /**
8667
+ * An operation to set up a corresponding {@link Control} operation.
8668
+ *
8669
+ * This is responsible for setting up event listeners on a native or custom form control when
8670
+ * bound to a specialized control directive.
8671
+ */
8672
+ OpKind[OpKind["ControlCreate"] = 58] = "ControlCreate";
8660
8673
  })(OpKind || (OpKind = {}));
8661
8674
  /**
8662
8675
  * Distinguishes different kinds of IR expressions.
@@ -9327,6 +9340,25 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
9327
9340
  ...NEW_OP,
9328
9341
  };
9329
9342
  }
9343
+ /** Creates a {@link ControlOp}. */
9344
+ function createControlOp(op) {
9345
+ return {
9346
+ kind: OpKind.Control,
9347
+ target: op.target,
9348
+ expression: op.expression,
9349
+ bindingKind: op.bindingKind,
9350
+ securityContext: op.securityContext,
9351
+ sanitizer: null,
9352
+ isStructuralTemplateAttribute: op.isStructuralTemplateAttribute,
9353
+ templateKind: op.templateKind,
9354
+ i18nContext: op.i18nContext,
9355
+ i18nMessage: op.i18nMessage,
9356
+ sourceSpan: op.sourceSpan,
9357
+ ...TRAIT_DEPENDS_ON_SLOT_CONTEXT,
9358
+ ...TRAIT_CONSUMES_VARS,
9359
+ ...NEW_OP,
9360
+ };
9361
+ }
9330
9362
 
9331
9363
  /**
9332
9364
  * Check whether a given `o.Expression` is a logical IR expression type.
@@ -10109,6 +10141,7 @@ function transformExpressionsInOp(op, transform, flags) {
10109
10141
  case OpKind.Property:
10110
10142
  case OpKind.DomProperty:
10111
10143
  case OpKind.Attribute:
10144
+ case OpKind.Control:
10112
10145
  if (op.expression instanceof Interpolation) {
10113
10146
  transformExpressionsInInterpolation(op.expression, transform, flags);
10114
10147
  }
@@ -10234,6 +10267,7 @@ function transformExpressionsInOp(op, transform, flags) {
10234
10267
  case OpKind.SourceLocation:
10235
10268
  case OpKind.ConditionalCreate:
10236
10269
  case OpKind.ConditionalBranchCreate:
10270
+ case OpKind.ControlCreate:
10237
10271
  // These operations contain no expressions.
10238
10272
  break;
10239
10273
  default:
@@ -11134,6 +11168,10 @@ function createSourceLocationOp(templatePath, locations) {
11134
11168
  ...NEW_OP,
11135
11169
  };
11136
11170
  }
11171
+ /** Creates a {@link ControlCreateOp}. */
11172
+ function createControlCreateOp(sourceSpan) {
11173
+ return { kind: OpKind.ControlCreate, sourceSpan, ...NEW_OP };
11174
+ }
11137
11175
 
11138
11176
  function createDomPropertyOp(name, expression, bindingKind, i18nContext, securityContext, sourceSpan) {
11139
11177
  return {
@@ -11612,6 +11650,14 @@ function extractAttributes(job) {
11612
11650
  /* i18nMessage */ null, op.securityContext), lookupElement$3(elements, op.target));
11613
11651
  }
11614
11652
  break;
11653
+ case OpKind.Control:
11654
+ OpList.insertBefore(
11655
+ // Deliberately null i18nMessage value
11656
+ createExtractedAttributeOp(op.target, BindingKind.Property, null, 'control',
11657
+ /* expression */ null,
11658
+ /* i18nContext */ null,
11659
+ /* i18nMessage */ null, op.securityContext), lookupElement$3(elements, op.target));
11660
+ break;
11615
11661
  case OpKind.TwoWayProperty:
11616
11662
  OpList.insertBefore(createExtractedAttributeOp(op.target, BindingKind.TwoWayProperty, null, op.name,
11617
11663
  /* expression */ null,
@@ -11771,6 +11817,9 @@ function specializeBindings(job) {
11771
11817
  else if (job.kind === CompilationJobKind.Host) {
11772
11818
  OpList.replace(op, createDomPropertyOp(op.name, op.expression, op.bindingKind, op.i18nContext, op.securityContext, op.sourceSpan));
11773
11819
  }
11820
+ else if (op.name === 'control') {
11821
+ OpList.replace(op, createControlOp(op));
11822
+ }
11774
11823
  else {
11775
11824
  OpList.replace(op, createPropertyOp(op.target, op.name, op.expression, op.bindingKind, op.securityContext, op.isStructuralTemplateAttribute, op.templateKind, op.i18nContext, op.i18nMessage, op.sourceSpan));
11776
11825
  }
@@ -23749,6 +23798,22 @@ function ariaProperty(name, expression, sourceSpan) {
23749
23798
  function property(name, expression, sanitizer, sourceSpan) {
23750
23799
  return propertyBase(Identifiers.property, name, expression, sanitizer, sourceSpan);
23751
23800
  }
23801
+ function control(expression, sanitizer, sourceSpan) {
23802
+ const args = [];
23803
+ if (expression instanceof Interpolation) {
23804
+ args.push(interpolationToExpression(expression, sourceSpan));
23805
+ }
23806
+ else {
23807
+ args.push(expression);
23808
+ }
23809
+ if (sanitizer !== null) {
23810
+ args.push(sanitizer);
23811
+ }
23812
+ return call(Identifiers.control, args, sourceSpan);
23813
+ }
23814
+ function controlCreate(sourceSpan) {
23815
+ return call(Identifiers.controlCreate, [], sourceSpan);
23816
+ }
23752
23817
  function twoWayProperty(name, expression, sanitizer, sourceSpan) {
23753
23818
  const args = [literal(name), expression];
23754
23819
  if (sanitizer !== null) {
@@ -24309,6 +24374,9 @@ function reifyCreateOperations(unit, ops) {
24309
24374
  }));
24310
24375
  OpList.replace(op, attachSourceLocation(op.templatePath, locationsLiteral));
24311
24376
  break;
24377
+ case OpKind.ControlCreate:
24378
+ OpList.replace(op, controlCreate(op.sourceSpan));
24379
+ break;
24312
24380
  case OpKind.Statement:
24313
24381
  // Pass statement operations directly through.
24314
24382
  break;
@@ -24331,6 +24399,9 @@ function reifyUpdateOperations(unit, ops) {
24331
24399
  ? reifyDomProperty(op)
24332
24400
  : reifyProperty(op));
24333
24401
  break;
24402
+ case OpKind.Control:
24403
+ OpList.replace(op, reifyControl(op));
24404
+ break;
24334
24405
  case OpKind.TwoWayProperty:
24335
24406
  OpList.replace(op, twoWayProperty(op.name, op.expression, op.sanitizer, op.sourceSpan));
24336
24407
  break;
@@ -24426,6 +24497,9 @@ function reifyProperty(op) {
24426
24497
  ? ariaProperty(op.name, op.expression, op.sourceSpan)
24427
24498
  : property(op.name, op.expression, op.sanitizer, op.sourceSpan);
24428
24499
  }
24500
+ function reifyControl(op) {
24501
+ return control(op.expression, op.sanitizer, op.sourceSpan);
24502
+ }
24429
24503
  function reifyIrExpression(expr) {
24430
24504
  if (!isIrExpression(expr)) {
24431
24505
  return expr;
@@ -25938,6 +26012,7 @@ function varsUsedByOp(op) {
25938
26012
  return slots;
25939
26013
  case OpKind.Property:
25940
26014
  case OpKind.DomProperty:
26015
+ case OpKind.Control:
25941
26016
  slots = 1;
25942
26017
  // We need to assign a slot even for singleton interpolations, because the
25943
26018
  // runtime needs to store both the raw value and the stringified one.
@@ -27405,6 +27480,11 @@ function ingestElementBindings(unit, op, element) {
27405
27480
  }
27406
27481
  // All dynamic bindings (both attribute and property bindings).
27407
27482
  bindings.push(createBindingOp(op.xref, BINDING_KINDS.get(input.type), input.name, convertAstWithInterpolation(unit.job, astOf(input.value), input.i18n), input.unit, input.securityContext, false, false, null, asMessage(input.i18n) ?? null, input.sourceSpan));
27483
+ // If the input name is 'control', this could be a form control binding which requires a
27484
+ // `ControlCreateOp` to properly initialize.
27485
+ if (input.type === exports.BindingType.Property && input.name === 'control') {
27486
+ unit.create.push(createControlCreateOp(input.sourceSpan));
27487
+ }
27408
27488
  }
27409
27489
  unit.create.push(bindings.filter((b) => b?.kind === OpKind.ExtractedAttribute));
27410
27490
  unit.update.push(bindings.filter((b) => b?.kind === OpKind.Binding));
@@ -30360,7 +30440,7 @@ function compileComponentFromMetadata(meta, constantPool, bindingParser) {
30360
30440
  : TemplateCompilationMode.Full;
30361
30441
  // First the template is ingested into IR:
30362
30442
  const tpl = ingestComponent(meta.name, meta.template.nodes, constantPool, compilationMode, meta.relativeContextFilePath, meta.i18nUseExternalIds, meta.defer, allDeferrableDepsFn, meta.relativeTemplatePath, getTemplateSourceLocationsEnabled());
30363
- // Then the IR is transformed to prepare it for cod egeneration.
30443
+ // Then the IR is transformed to prepare it for code generation.
30364
30444
  transform(tpl, CompilationJobKind.Tmpl);
30365
30445
  // Finally we emit the template function:
30366
30446
  const templateFn = emitTemplateFn(tpl, constantPool);
@@ -32909,7 +32989,7 @@ function isAttrNode(ast) {
32909
32989
  * @description
32910
32990
  * Entry point for all public APIs of the compiler package.
32911
32991
  */
32912
- const VERSION = new Version('21.0.0-next.6');
32992
+ const VERSION = new Version('21.0.0-next.7');
32913
32993
 
32914
32994
  //////////////////////////////////////
32915
32995
  // THIS FILE HAS GLOBAL SIDE EFFECT //
@@ -33972,7 +34052,7 @@ class NodeJSPathManipulation {
33972
34052
  // G3-ESM-MARKER: G3 uses CommonJS, but externally everything in ESM.
33973
34053
  // CommonJS/ESM interop for determining the current file name and containing dir.
33974
34054
  const isCommonJS = typeof __filename !== 'undefined';
33975
- 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-sFatqIE5.cjs', document.baseURI).href));
34055
+ 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-BbVhi4fG.cjs', document.baseURI).href));
33976
34056
  // Note, when this code loads in the browser, `url` may be an empty `{}` due to the Closure shims.
33977
34057
  const currentFileName = isCommonJS
33978
34058
  ? __filename
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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 v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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-BJEh7-L1.cjs');
13
- var project_tsconfig_paths = require('./project_tsconfig_paths-sFatqIE5.cjs');
12
+ var compiler_host = require('./compiler_host-C1KRWoxv.cjs');
13
+ var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.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 v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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-sFatqIE5.cjs');
12
- require('./index-DCfgOEYE.cjs');
11
+ require('./project_tsconfig_paths-BbVhi4fG.cjs');
12
+ require('./index-BFENxhdR.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-i0Wjiiq1.cjs');
15
+ var project_paths = require('./project_paths-EiOrjlNS.cjs');
16
16
  var imports = require('./imports-DwPXlGFl.cjs');
17
17
  var symbol = require('./symbol-BObKoqes.cjs');
18
18
  require('@angular-devkit/core');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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-sFatqIE5.cjs');
12
- require('./index-DCfgOEYE.cjs');
11
+ require('./project_tsconfig_paths-BbVhi4fG.cjs');
12
+ require('./index-BFENxhdR.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-i0Wjiiq1.cjs');
15
+ var project_paths = require('./project_paths-EiOrjlNS.cjs');
16
16
  var imports = require('./imports-DwPXlGFl.cjs');
17
17
  var symbol = require('./symbol-BObKoqes.cjs');
18
18
  require('@angular-devkit/core');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,13 +8,13 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var project_tsconfig_paths = require('./project_tsconfig_paths-sFatqIE5.cjs');
12
- require('./index-DCfgOEYE.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.cjs');
12
+ require('./index-BFENxhdR.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-i0Wjiiq1.cjs');
16
- var ng_component_template = require('./ng_component_template-pDoKlgPP.cjs');
17
- var parse_html = require('./parse_html-B6fblY_V.cjs');
15
+ var project_paths = require('./project_paths-EiOrjlNS.cjs');
16
+ var ng_component_template = require('./ng_component_template-AYs8YXuT.cjs');
17
+ var parse_html = require('./parse_html-6-AB4O-A.cjs');
18
18
  require('@angular-devkit/core');
19
19
  require('node:path/posix');
20
20
  require('fs');
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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-COE6BA7E.cjs');
9
+ var migrate_ts_type_references = require('./migrate_ts_type_references-CemH7A8e.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
- var project_tsconfig_paths = require('./project_tsconfig_paths-sFatqIE5.cjs');
13
- var index$1 = require('./index-DCfgOEYE.cjs');
12
+ var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.cjs');
13
+ var index$1 = require('./index-BFENxhdR.cjs');
14
14
  require('path');
15
15
  require('node:path');
16
- var project_paths = require('./project_paths-i0Wjiiq1.cjs');
17
- var index = require('./index-bqpULzLD.cjs');
16
+ var project_paths = require('./project_paths-EiOrjlNS.cjs');
17
+ var index = require('./index-DYqR8Lpq.cjs');
18
18
  var assert = require('assert');
19
- var apply_import_manager = require('./apply_import_manager-pLtndDki.cjs');
19
+ var apply_import_manager = require('./apply_import_manager-D_4NSuRa.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 v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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-sFatqIE5.cjs');
9
+ var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
- var index$1 = require('./index-DCfgOEYE.cjs');
12
+ var index$1 = require('./index-BFENxhdR.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-i0Wjiiq1.cjs');
16
- var apply_import_manager = require('./apply_import_manager-pLtndDki.cjs');
17
- var migrate_ts_type_references = require('./migrate_ts_type_references-COE6BA7E.cjs');
15
+ var project_paths = require('./project_paths-EiOrjlNS.cjs');
16
+ var apply_import_manager = require('./apply_import_manager-D_4NSuRa.cjs');
17
+ var migrate_ts_type_references = require('./migrate_ts_type_references-CemH7A8e.cjs');
18
18
  var assert = require('assert');
19
- var index = require('./index-bqpULzLD.cjs');
19
+ var index = require('./index-DYqR8Lpq.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 v21.0.0-next.6
3
+ * @license Angular v21.0.0-next.7
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-sFatqIE5.cjs');
13
+ require('./project_tsconfig_paths-BbVhi4fG.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-DCfgOEYE.cjs');
21
+ require('./index-BFENxhdR.cjs');
22
22
  require('node:path');
23
- require('./project_paths-i0Wjiiq1.cjs');
23
+ require('./project_paths-EiOrjlNS.cjs');
24
24
  require('node:path/posix');
25
- require('./apply_import_manager-pLtndDki.cjs');
26
- require('./migrate_ts_type_references-COE6BA7E.cjs');
25
+ require('./apply_import_manager-D_4NSuRa.cjs');
26
+ require('./migrate_ts_type_references-CemH7A8e.cjs');
27
27
  require('assert');
28
- require('./index-bqpULzLD.cjs');
28
+ require('./index-DYqR8Lpq.cjs');
29
29
  require('./leading_space-D9nQ8UQC.cjs');
30
30
 
31
31
  function migrate(options) {