@angular/core 21.2.4 → 21.2.6

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 (74) hide show
  1. package/fesm2022/_attribute-chunk.mjs +1 -1
  2. package/fesm2022/_debug_node-chunk.mjs +26 -19
  3. package/fesm2022/_debug_node-chunk.mjs.map +1 -1
  4. package/fesm2022/_effect-chunk.mjs +1 -1
  5. package/fesm2022/_effect-chunk.mjs.map +1 -1
  6. package/fesm2022/_effect-chunk2.mjs +2 -2
  7. package/fesm2022/_effect-chunk2.mjs.map +1 -1
  8. package/fesm2022/_not_found-chunk.mjs +1 -1
  9. package/fesm2022/_not_found-chunk.mjs.map +1 -1
  10. package/fesm2022/_resource-chunk.mjs +2 -2
  11. package/fesm2022/_resource-chunk.mjs.map +1 -1
  12. package/fesm2022/_untracked-chunk.mjs +9 -5
  13. package/fesm2022/_untracked-chunk.mjs.map +1 -1
  14. package/fesm2022/_weak_ref-chunk.mjs +1 -1
  15. package/fesm2022/_weak_ref-chunk.mjs.map +1 -1
  16. package/fesm2022/core.mjs +8 -9
  17. package/fesm2022/core.mjs.map +1 -1
  18. package/fesm2022/primitives-di.mjs +1 -1
  19. package/fesm2022/primitives-di.mjs.map +1 -1
  20. package/fesm2022/primitives-event-dispatch.mjs +2 -20
  21. package/fesm2022/primitives-event-dispatch.mjs.map +1 -1
  22. package/fesm2022/primitives-signals.mjs +2 -2
  23. package/fesm2022/primitives-signals.mjs.map +1 -1
  24. package/fesm2022/rxjs-interop.mjs +2 -2
  25. package/fesm2022/rxjs-interop.mjs.map +1 -1
  26. package/fesm2022/testing.mjs +6 -6
  27. package/fesm2022/testing.mjs.map +1 -1
  28. package/package.json +2 -2
  29. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +1 -1
  30. package/schematics/bundles/application-config-core.cjs +1 -1
  31. package/schematics/bundles/apply_import_manager-CxA_YYgB.cjs +1 -1
  32. package/schematics/bundles/bootstrap-options-migration.cjs +1 -1
  33. package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
  34. package/schematics/bundles/common-to-standalone-migration.cjs +1 -1
  35. package/schematics/bundles/compiler_host-CY14HvaP.cjs +1 -1
  36. package/schematics/bundles/control-flow-migration.cjs +1 -1
  37. package/schematics/bundles/imports-CVmcbVA9.cjs +1 -1
  38. package/schematics/bundles/index-BtLcQH8g.cjs +1 -1
  39. package/schematics/bundles/inject-migration.cjs +26 -18
  40. package/schematics/bundles/leading_space-BTPRV0wu.cjs +1 -1
  41. package/schematics/bundles/migrate_ts_type_references-MWoZx-Cb.cjs +1 -1
  42. package/schematics/bundles/ng_component_template-BOuKAnQd.cjs +1 -1
  43. package/schematics/bundles/ng_decorators-DYy6II6x.cjs +1 -1
  44. package/schematics/bundles/ngclass-to-class-migration.cjs +1 -1
  45. package/schematics/bundles/ngstyle-to-style-migration.cjs +14 -6
  46. package/schematics/bundles/nodes-ZSQ7WZRB.cjs +1 -1
  47. package/schematics/bundles/output-migration.cjs +1 -1
  48. package/schematics/bundles/parse_html-C8eKA9px.cjs +1 -1
  49. package/schematics/bundles/project_paths-D2V-Uh2L.cjs +1 -1
  50. package/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs +1 -1
  51. package/schematics/bundles/property_name-BCpALNpZ.cjs +1 -1
  52. package/schematics/bundles/route-lazy-loading.cjs +1 -1
  53. package/schematics/bundles/router-current-navigation.cjs +1 -1
  54. package/schematics/bundles/router-last-successful-navigation.cjs +1 -1
  55. package/schematics/bundles/router-testing-module-migration.cjs +1 -1
  56. package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
  57. package/schematics/bundles/signal-input-migration.cjs +1 -1
  58. package/schematics/bundles/signal-queries-migration.cjs +1 -1
  59. package/schematics/bundles/signals.cjs +1 -1
  60. package/schematics/bundles/standalone-migration.cjs +1 -1
  61. package/schematics/bundles/symbol-DZeHSR-V.cjs +1 -1
  62. package/types/_api-chunk.d.ts +2 -2
  63. package/types/_chrome_dev_tools_performance-chunk.d.ts +1 -1
  64. package/types/_discovery-chunk.d.ts +5 -2
  65. package/types/_effect-chunk.d.ts +1 -1
  66. package/types/_event_dispatcher-chunk.d.ts +1 -1
  67. package/types/_formatter-chunk.d.ts +1 -1
  68. package/types/_weak_ref-chunk.d.ts +1 -1
  69. package/types/core.d.ts +6 -6
  70. package/types/primitives-di.d.ts +1 -1
  71. package/types/primitives-event-dispatch.d.ts +1 -1
  72. package/types/primitives-signals.d.ts +1 -1
  73. package/types/rxjs-interop.d.ts +1 -1
  74. package/types/testing.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "21.2.4",
3
+ "version": "21.2.6",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "tslib": "^2.3.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@angular/compiler": "21.2.4",
49
+ "@angular/compiler": "21.2.6",
50
50
  "rxjs": "^6.5.3 || ^7.4.0",
51
51
  "zone.js": "~0.15.0 || ~0.16.0"
52
52
  },
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1321,31 +1321,37 @@ function isStringType(node, checker) {
1321
1321
  }
1322
1322
 
1323
1323
  function migrate(options) {
1324
- return async (tree) => {
1325
- const { buildPaths, testPaths } = await project_tsconfig_paths.getProjectTsConfigPaths(tree);
1324
+ return async (tree, context) => {
1326
1325
  const basePath = process.cwd();
1326
+ let pathToMigrate;
1327
+ if (options.path) {
1328
+ if (options.path.startsWith('..')) {
1329
+ throw new schematics.SchematicsException('Cannot run inject migration outside of the current project.');
1330
+ }
1331
+ pathToMigrate = compiler_host.normalizePath(path.join(basePath, options.path));
1332
+ }
1333
+ const { buildPaths, testPaths } = await project_tsconfig_paths.getProjectTsConfigPaths(tree);
1327
1334
  const allPaths = [...buildPaths, ...testPaths];
1328
- const pathToMigrate = compiler_host.normalizePath(path.join(basePath, options.path));
1329
1335
  if (!allPaths.length) {
1330
- throw new schematics.SchematicsException('Could not find any tsconfig file. Cannot run the inject migration.');
1336
+ context.logger.warn('Could not find any tsconfig file. Cannot run the inject migration.');
1337
+ return;
1331
1338
  }
1339
+ let sourceFilesCount = 0;
1332
1340
  for (const tsconfigPath of allPaths) {
1333
- runInjectMigration(tree, tsconfigPath, basePath, pathToMigrate, options);
1341
+ const program = compiler_host.createMigrationProgram(tree, tsconfigPath, basePath);
1342
+ const sourceFiles = program
1343
+ .getSourceFiles()
1344
+ .filter((sourceFile) => (pathToMigrate ? sourceFile.fileName.startsWith(pathToMigrate) : true) &&
1345
+ compiler_host.canMigrateFile(basePath, sourceFile, program));
1346
+ sourceFilesCount += runInjectMigration(tree, sourceFiles, basePath, options);
1347
+ }
1348
+ if (sourceFilesCount === 0) {
1349
+ context.logger.warn('Inject migration did not find any files to migrate');
1334
1350
  }
1335
1351
  };
1336
1352
  }
1337
- function runInjectMigration(tree, tsconfigPath, basePath, pathToMigrate, schematicOptions) {
1338
- if (schematicOptions.path.startsWith('..')) {
1339
- throw new schematics.SchematicsException('Cannot run inject migration outside of the current project.');
1340
- }
1341
- const program = compiler_host.createMigrationProgram(tree, tsconfigPath, basePath);
1342
- const sourceFiles = program
1343
- .getSourceFiles()
1344
- .filter((sourceFile) => sourceFile.fileName.startsWith(pathToMigrate) &&
1345
- compiler_host.canMigrateFile(basePath, sourceFile, program));
1346
- if (sourceFiles.length === 0) {
1347
- throw new schematics.SchematicsException(`Could not find any files to migrate under the path ${pathToMigrate}. Cannot run the inject migration.`);
1348
- }
1353
+ function runInjectMigration(tree, sourceFiles, basePath, schematicOptions) {
1354
+ let migratedFiles = 0;
1349
1355
  for (const sourceFile of sourceFiles) {
1350
1356
  const changes = migrateFile(sourceFile, schematicOptions);
1351
1357
  if (changes.length > 0) {
@@ -1357,8 +1363,10 @@ function runInjectMigration(tree, tsconfigPath, basePath, pathToMigrate, schemat
1357
1363
  update.insertRight(change.start, change.text);
1358
1364
  }
1359
1365
  tree.commitUpdate(update);
1366
+ migratedFiles++;
1360
1367
  }
1361
1368
  }
1369
+ return migratedFiles;
1362
1370
  }
1363
1371
 
1364
1372
  exports.migrate = migrate;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -115,12 +115,20 @@ function getPropertyRemovalRange(property) {
115
115
  }
116
116
  const properties = parent.properties;
117
117
  const propertyIndex = properties.indexOf(property);
118
- const end = property.getEnd();
119
- if (propertyIndex < properties.length - 1) {
120
- const nextProperty = properties[propertyIndex + 1];
121
- return { start: property.getStart(), end: nextProperty.getStart() };
118
+ if (properties.length === 1) {
119
+ const sourceFile = property.getSourceFile();
120
+ let end = property.getEnd();
121
+ const textAfter = sourceFile.text.substring(end, parent.getEnd());
122
+ const commaIndex = textAfter.indexOf(',');
123
+ if (commaIndex !== -1) {
124
+ end += commaIndex + 1;
125
+ }
126
+ return { start: property.getFullStart(), end };
127
+ }
128
+ if (propertyIndex === 0) {
129
+ return { start: property.getFullStart(), end: properties[1].getFullStart() };
122
130
  }
123
- return { start: property.getStart(), end };
131
+ return { start: properties[propertyIndex - 1].getEnd(), end: property.getEnd() };
124
132
  }
125
133
  function calculateImportReplacements(info, sourceFiles, filesToRemoveCommonModule) {
126
134
  const importReplacements = {};
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.2.4
3
+ * @license Angular v21.2.6
4
4
  * (c) 2010-2026 Google LLC. https://angular.dev/
5
5
  * License: MIT
6
6
  */
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { OutputRef, OutputRefSubscription, DestroyRef, Signal, WritableSignal, ValueEqualityFn, Injector } from './_chrome_dev_tools_performance-chunk.js';
7
+ import { OutputRef, OutputRefSubscription, DestroyRef, ValueEqualityFn, Injector, Signal, WritableSignal } from './_chrome_dev_tools_performance-chunk.js';
8
8
 
9
9
  /**
10
10
  * An `OutputEmitterRef` is created by the `output()` function and can be
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -5172,6 +5172,9 @@ interface ComponentDecorator {
5172
5172
  * life-cycle hooks. For more information, see the
5173
5173
  * [Lifecycle Hooks](guide/components/lifecycle) guide.
5174
5174
  *
5175
+ * HELPFUL: You may not use this interface to describe a class that is a component. Decorators do not affect the typing of the decorated classes.
5176
+ * Use `Type<unknown>` instead of `Type<Component>`.
5177
+ *
5175
5178
  * @usageNotes
5176
5179
  *
5177
5180
  * ### Setting component inputs
@@ -5506,7 +5509,7 @@ interface InputDecorator {
5506
5509
  * class BankAccount {
5507
5510
  * // This property is bound using its original name.
5508
5511
  * // Defining argument required as true inside the Input Decorator
5509
- * // makes this property deceleration as mandatory
5512
+ * // makes this property declaration as mandatory
5510
5513
  * @Input({ required: true }) bankName!: string;
5511
5514
  * // Argument alias makes this property value is bound to a different property name
5512
5515
  * // when this component is instantiated in a template.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
package/types/core.d.ts CHANGED
@@ -1,15 +1,15 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
6
6
 
7
7
  import { SIGNAL, ReactiveNodeKind } from './_formatter-chunk.js';
8
- import { Signal, WritableSignal, OutputRef, Provider, EnvironmentProviders, Type as Type$1, ModuleWithProviders, TypeProvider, ValueProvider, ClassProvider, ConstructorProvider, ExistingProvider, FactoryProvider, StaticClassProvider, ProviderToken, StaticProvider, Injector, ValueSansProvider, ExistingSansProvider, StaticClassSansProvider, ConstructorSansProvider, FactorySansProvider, ClassSansProvider, InjectionToken, InternalInjectFlags, InjectOptions, ValueEqualityFn, EventCallback, isSignal, enableProfiling as enableProfiling$1 } from './_chrome_dev_tools_performance-chunk.js';
8
+ import { Signal, WritableSignal, OutputRef, Type as Type$1, ModuleWithProviders, EnvironmentProviders, Provider, TypeProvider, ValueProvider, ClassProvider, ConstructorProvider, ExistingProvider, FactoryProvider, StaticClassProvider, ProviderToken, StaticProvider, Injector, ValueSansProvider, ExistingSansProvider, StaticClassSansProvider, ConstructorSansProvider, FactorySansProvider, ClassSansProvider, InjectionToken, InjectOptions, InternalInjectFlags, ValueEqualityFn, EventCallback, isSignal, enableProfiling as enableProfiling$1 } from './_chrome_dev_tools_performance-chunk.js';
9
9
  export { AbstractType, CreateSignalOptions, DestroyRef, DestroyableInjector, OutputRefSubscription, isWritableSignal, signal, InternalEnvironmentProviders as ɵInternalEnvironmentProviders, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, Writable as ɵWritable, isEnvironmentProviders as ɵisEnvironmentProviders, ɵunwrapWritableSignal } from './_chrome_dev_tools_performance-chunk.js';
10
- import { InputSignalNode, TypeDecorator, AfterRenderRef, EffectCleanupRegisterFn, SchemaMetadata, ComponentDef, DirectiveDef, PipeDef, CssSelectorList, DirectiveDefFeature, HostBindingsFunction, TAttributes, ContentQueriesFunction, ViewQueriesFunction, ComponentTemplate, TConstantsOrFactory, ComponentDefFeature, ViewEncapsulation as ViewEncapsulation$1, ChangeDetectionStrategy as ChangeDetectionStrategy$1, TypeOrFactory, DependencyTypeList, InputFlags, InputTransformFunction, EmbeddedViewRef, ChangeDetectorRef, LView, ApplicationRef, ComponentFactory as ComponentFactory$1, NgModuleRef as NgModuleRef$1, EnvironmentInjector, DirectiveWithBindings, Binding, ComponentRef as ComponentRef$1, ElementRef, ComponentFactoryResolver as ComponentFactoryResolver$1, InternalNgModuleRef, NgModuleFactory as NgModuleFactory$1, ViewRef as ViewRef$1, PlatformRef, NgZone, ɵɵFactoryDeclaration as __FactoryDeclaration, ɵɵInjectableDeclaration as __InjectableDeclaration, ɵɵNgModuleDeclaration as __NgModuleDeclaration, ɵɵInjectorDeclaration as __InjectorDeclaration, DeferBlockDependencyInterceptor, DeferBlockConfig, DeferBlockState, TNode, LContainer, TView, TDeferBlockDetails, RNode, Component, TrustedHTML, HostDirectiveConfig, ComponentType, NgModuleScopeInfoFromDecorator, DependencyResolverFn, TDeferDetailsFlags, SanitizerFn, AnimationClassBindingFn, AnimationFunction, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, DehydratedDeferBlock, CompilerOptions, PipeType, DirectiveType, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript } from './_discovery-chunk.js';
10
+ import { InputSignalNode, TypeDecorator, AfterRenderRef, EffectCleanupRegisterFn, SchemaMetadata, CssSelectorList, InputFlags, InputTransformFunction, DirectiveDefFeature, HostBindingsFunction, TAttributes, ContentQueriesFunction, ViewQueriesFunction, ComponentTemplate, TConstantsOrFactory, ComponentDefFeature, ViewEncapsulation as ViewEncapsulation$1, ChangeDetectionStrategy as ChangeDetectionStrategy$1, TypeOrFactory, DependencyTypeList, ComponentDef, DirectiveDef, PipeDef, EmbeddedViewRef, ChangeDetectorRef, LView, ApplicationRef, ComponentFactory as ComponentFactory$1, NgModuleRef as NgModuleRef$1, EnvironmentInjector, DirectiveWithBindings, Binding, ComponentRef as ComponentRef$1, ElementRef, ComponentFactoryResolver as ComponentFactoryResolver$1, NgModuleFactory as NgModuleFactory$1, InternalNgModuleRef, ViewRef as ViewRef$1, PlatformRef, NgZone, ɵɵFactoryDeclaration as __FactoryDeclaration, ɵɵInjectableDeclaration as __InjectableDeclaration, ɵɵNgModuleDeclaration as __NgModuleDeclaration, ɵɵInjectorDeclaration as __InjectorDeclaration, DeferBlockConfig, DeferBlockDependencyInterceptor, DeferBlockState, TNode, LContainer, TView, TDeferBlockDetails, RNode, Component, TrustedHTML, HostDirectiveConfig, ComponentType, NgModuleScopeInfoFromDecorator, DependencyResolverFn, TDeferDetailsFlags, SanitizerFn, AnimationClassBindingFn, AnimationFunction, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryList, QueryFlags, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, DehydratedDeferBlock, CompilerOptions, PipeType, DirectiveType, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript } from './_discovery-chunk.js';
11
11
  export { APP_BOOTSTRAP_LISTENER, AnimationCallbackEvent, BootstrapOptions, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, Compiler, CompilerFactory, ComponentDecorator, CreateEffectOptions, DebugElement, DebugEventListener, DebugNode, DirectiveDecorator, EffectCleanupFn, EffectRef, EventEmitter, HostBinding, HostBindingDecorator, HostListener, HostListenerDecorator, InjectableType, InjectorType, Input, InputDecorator, ListenerOptions, MAX_ANIMATION_TIMEOUT, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModuleDecorator, Output, OutputDecorator, PipeDecorator, Predicate, Renderer2, RendererFactory2, RendererStyleFlags2, RendererType2, Sanitizer, SecurityContext, asNativeElements, effect, getDebugNode, inputBinding, outputBinding, twoWayBinding, ANIMATIONS_DISABLED as ɵANIMATIONS_DISABLED, AfterRenderManager as ɵAfterRenderManager, AnimationRendererType as ɵAnimationRendererType, AttributeMarker as ɵAttributeMarker, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, ChangeDetectionScheduler as ɵChangeDetectionScheduler, ControlDirectiveHost as ɵControlDirectiveHost, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockDetails as ɵDeferBlockDetails, EffectScheduler as ɵEffectScheduler, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, NG_INJ_DEF as ɵNG_INJ_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NavigateEvent as ɵNavigateEvent, Navigation as ɵNavigation, NavigationCurrentEntryChangeEvent as ɵNavigationCurrentEntryChangeEvent, NavigationDestination as ɵNavigationDestination, NavigationHistoryEntry as ɵNavigationHistoryEntry, NavigationInterceptOptions as ɵNavigationInterceptOptions, NavigationNavigateOptions as ɵNavigationNavigateOptions, NavigationOptions as ɵNavigationOptions, NavigationReloadOptions as ɵNavigationReloadOptions, NavigationResult as ɵNavigationResult, NavigationTransition as ɵNavigationTransition, NavigationTypeString as ɵNavigationTypeString, NavigationUpdateCurrentEntryOptions as ɵNavigationUpdateCurrentEntryOptions, NoopNgZone as ɵNoopNgZone, NotificationSource as ɵNotificationSource, PROVIDED_ZONELESS as ɵPROVIDED_ZONELESS, R3Injector as ɵR3Injector, RenderFlags as ɵRenderFlags, TracingAction as ɵTracingAction, TracingService as ɵTracingService, TracingSnapshot as ɵTracingSnapshot, ZONELESS_ENABLED as ɵZONELESS_ENABLED, getDeferBlocks as ɵgetDeferBlocks, getInjectableDef as ɵgetInjectableDef, injectChangeDetectorRef as ɵinjectChangeDetectorRef, isBoundToModule as ɵisBoundToModule, isInjectable as ɵisInjectable, ɵɵComponentDeclaration, ɵɵDirectiveDeclaration, ɵɵInjectorDef, ɵɵPipeDeclaration, ɵɵdefineInjectable, ɵɵdefineInjector } from './_discovery-chunk.js';
12
- import { ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, ResourceStreamItem, WritableResource, ResourceSnapshot, Resource } from './_api-chunk.js';
12
+ import { ResourceOptions, ResourceRef, WritableResource, ResourceStatus, ResourceSnapshot, Resource, ResourceStreamingLoader, ResourceStreamItem } from './_api-chunk.js';
13
13
  export { BaseResourceOptions, OutputEmitterRef, OutputOptions, PromiseResourceOptions, ResourceLoader, ResourceLoaderParams, StreamingResourceOptions, output, getOutputDestroyRef as ɵgetOutputDestroyRef } from './_api-chunk.js';
14
14
  import './_event_dispatcher-chunk.js';
15
15
  import * as _angular_core from '@angular/core';
@@ -7192,7 +7192,7 @@ declare function ɵɵproperty<T>(propName: string, value: T, sanitizer?: Sanitiz
7192
7192
  *
7193
7193
  * @codeGenApi
7194
7194
  */
7195
- declare function ɵɵcontentQuery<T>(directiveIndex: number, predicate: ProviderToken<unknown> | string | string[], flags: QueryFlags, read?: any): typeof ɵɵcontentQuery;
7195
+ declare function ɵɵcontentQuery<T>(directiveIndex: number, predicate: ProviderToken<unknown> | string | string[], flags: number, read?: any): typeof ɵɵcontentQuery;
7196
7196
  /**
7197
7197
  * Creates a new view query by initializing internal data structures.
7198
7198
  *
@@ -7202,7 +7202,7 @@ declare function ɵɵcontentQuery<T>(directiveIndex: number, predicate: Provider
7202
7202
  *
7203
7203
  * @codeGenApi
7204
7204
  */
7205
- declare function ɵɵviewQuery<T>(predicate: ProviderToken<unknown> | string | string[], flags: QueryFlags, read?: any): typeof ɵɵviewQuery;
7205
+ declare function ɵɵviewQuery<T>(predicate: ProviderToken<unknown> | string | string[], flags: number, read?: any): typeof ɵɵviewQuery;
7206
7206
  /**
7207
7207
  * Refreshes a query by combining matches from all active views and removing matches from deleted
7208
7208
  * views.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.4
2
+ * @license Angular v21.2.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -7,7 +7,7 @@
7
7
  import './_formatter-chunk.js';
8
8
  import './_event_dispatcher-chunk.js';
9
9
  import { InjectionToken, Type, ProviderToken, InjectOptions } from './_chrome_dev_tools_performance-chunk.js';
10
- import { DeferBlockDetails, DeferBlockState, ComponentRef, DebugElement, ElementRef, ChangeDetectorRef, NgZone, SchemaMetadata, DeferBlockBehavior, Binding, PlatformRef, NgModule, Component, Directive, Pipe, Navigation, NavigationNavigateOptions, NavigationOptions, NavigateEvent, NavigationCurrentEntryChangeEvent, NavigationTransition, NavigationUpdateCurrentEntryOptions, NavigationReloadOptions, NavigationResult, NavigationHistoryEntry, NavigationDestination, NavigationInterceptOptions } from './_discovery-chunk.js';
10
+ import { DeferBlockDetails, DeferBlockState, ComponentRef, DebugElement, ElementRef, ChangeDetectorRef, NgZone, SchemaMetadata, DeferBlockBehavior, PlatformRef, NgModule, Component, Directive, Pipe, Binding, Navigation, NavigationHistoryEntry, NavigationNavigateOptions, NavigationResult, NavigationOptions, NavigateEvent, NavigationInterceptOptions, NavigationDestination, NavigationCurrentEntryChangeEvent, NavigationTransition, NavigationUpdateCurrentEntryOptions, NavigationReloadOptions } from './_discovery-chunk.js';
11
11
  import * as _angular_core from '@angular/core';
12
12
  import 'rxjs';
13
13
  import './_effect-chunk.js';