@angular/core 19.2.7 → 19.2.8

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 (44) hide show
  1. package/event_dispatcher.d-DlbccpYq.d.ts +1 -1
  2. package/fesm2022/core.mjs +5 -3
  3. package/fesm2022/core.mjs.map +1 -1
  4. package/fesm2022/primitives/di.mjs +1 -1
  5. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  6. package/fesm2022/primitives/signals.mjs +1 -1
  7. package/fesm2022/rxjs-interop.mjs +1 -1
  8. package/fesm2022/testing.mjs +1 -1
  9. package/fesm2022/untracked-BKcld_ew.mjs +1 -1
  10. package/index.d.ts +5 -3
  11. package/navigation_types.d-fAxd92YV.d.ts +1 -1
  12. package/package.json +1 -1
  13. package/primitives/di/index.d.ts +1 -1
  14. package/primitives/event-dispatch/index.d.ts +1 -1
  15. package/primitives/signals/index.d.ts +1 -1
  16. package/rxjs-interop/index.d.ts +1 -1
  17. package/schematics/bundles/{apply_import_manager-2VufvTsB.js → apply_import_manager-COqnCltX.js} +2 -2
  18. package/schematics/bundles/checker-BNmiXJIJ.js +2 -2
  19. package/schematics/bundles/cleanup-unused-imports.js +4 -4
  20. package/schematics/bundles/compiler_host-BafHjBMK.js +1 -1
  21. package/schematics/bundles/control-flow-migration.js +1 -1
  22. package/schematics/bundles/explicit-standalone-flag.js +1 -1
  23. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  24. package/schematics/bundles/{index-DMhRS_CK.js → index-CAJ-Rm56.js} +43 -20
  25. package/schematics/bundles/{index-DJTfI03d.js → index-rvZ5aROS.js} +3 -3
  26. package/schematics/bundles/inject-migration.js +1 -1
  27. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  28. package/schematics/bundles/{migrate_ts_type_references-CgtT9yyW.js → migrate_ts_type_references-BIV-FPWl.js} +4 -4
  29. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  30. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  31. package/schematics/bundles/output-migration.js +5 -5
  32. package/schematics/bundles/pending-tasks.js +1 -1
  33. package/schematics/bundles/{project_paths-C-UAB3jT.js → project_paths-A9I0g_ID.js} +2 -2
  34. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  35. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  36. package/schematics/bundles/provide-initializer.js +1 -1
  37. package/schematics/bundles/route-lazy-loading.js +1 -1
  38. package/schematics/bundles/self-closing-tags-migration.js +3 -3
  39. package/schematics/bundles/signal-input-migration.js +6 -6
  40. package/schematics/bundles/signal-queries-migration.js +6 -6
  41. package/schematics/bundles/signals.js +6 -6
  42. package/schematics/bundles/standalone-migration.js +2 -2
  43. package/testing/index.d.ts +1 -1
  44. package/weak_ref.d-DWHPG08n.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.7
2
+ * @license Angular v19.2.8
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 v19.2.7
2
+ * @license Angular v19.2.8
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 v19.2.7
2
+ * @license Angular v19.2.8
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 v19.2.7
2
+ * @license Angular v19.2.8
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 v19.2.7
2
+ * @license Angular v19.2.8
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 v19.2.7
2
+ * @license Angular v19.2.8
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.7
2
+ * @license Angular v19.2.8
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -3098,6 +3098,8 @@ declare const NG_INJ_DEF: string;
3098
3098
  /**
3099
3099
  * Wrap an array of `Provider`s into `EnvironmentProviders`, preventing them from being accidentally
3100
3100
  * referenced in `@Component` in a component injector.
3101
+ *
3102
+ * @publicApi
3101
3103
  */
3102
3104
  declare function makeEnvironmentProviders(providers: (Provider | EnvironmentProviders)[]): EnvironmentProviders;
3103
3105
  /**
@@ -3241,7 +3243,7 @@ declare abstract class EnvironmentInjector implements Injector {
3241
3243
  }
3242
3244
 
3243
3245
  /**
3244
- * A schema definition associated with an NgModule.
3246
+ * A schema definition associated with a component or an NgModule.
3245
3247
  *
3246
3248
  * @see {@link NgModule}
3247
3249
  * @see {@link CUSTOM_ELEMENTS_SCHEMA}
@@ -7079,7 +7081,7 @@ interface ComponentDecorator {
7079
7081
  *
7080
7082
  * ### Setting component outputs
7081
7083
  *
7082
- * The following example shows two event emitters that emit on an interval. One
7084
+ * The following example shows two output function that emit on an interval. One
7083
7085
  * emits an output every second, while the other emits every five seconds.
7084
7086
  *
7085
7087
  * {@example core/ts/metadata/directives.ts region='component-output-interval'}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.7
2
+ * @license Angular v19.2.8
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "19.2.7",
3
+ "version": "19.2.8",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.7
2
+ * @license Angular v19.2.8
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 v19.2.7
2
+ * @license Angular v19.2.8
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 v19.2.7
2
+ * @license Angular v19.2.8
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 v19.2.7
2
+ * @license Angular v19.2.8
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -9,7 +9,7 @@
9
9
  var ts = require('typescript');
10
10
  require('os');
11
11
  var checker = require('./checker-BNmiXJIJ.js');
12
- var project_paths = require('./project_paths-C-UAB3jT.js');
12
+ var project_paths = require('./project_paths-A9I0g_ID.js');
13
13
 
14
14
  /**
15
15
  * Applies import manager changes, and writes them as replacements the
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -30728,7 +30728,7 @@ function publishFacade(global) {
30728
30728
  * @description
30729
30729
  * Entry point for all public APIs of the compiler package.
30730
30730
  */
30731
- new Version('19.2.7');
30731
+ new Version('19.2.8');
30732
30732
 
30733
30733
  const _I18N_ATTR = 'i18n';
30734
30734
  const _I18N_ATTR_PREFIX = 'i18n-';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,13 +8,13 @@
8
8
 
9
9
  require('@angular-devkit/core');
10
10
  require('node:path/posix');
11
- var project_paths = require('./project_paths-C-UAB3jT.js');
11
+ var project_paths = require('./project_paths-A9I0g_ID.js');
12
12
  var ts = require('typescript');
13
13
  require('os');
14
14
  var checker = require('./checker-BNmiXJIJ.js');
15
- var index = require('./index-DMhRS_CK.js');
15
+ var index = require('./index-CAJ-Rm56.js');
16
16
  require('path');
17
- var apply_import_manager = require('./apply_import_manager-2VufvTsB.js');
17
+ var apply_import_manager = require('./apply_import_manager-COqnCltX.js');
18
18
  require('@angular-devkit/schematics');
19
19
  require('./project_tsconfig_paths-CDVxT6Ov.js');
20
20
  require('fs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1007,7 +1007,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
1007
1007
  function compileDeclareClassMetadata(metadata) {
1008
1008
  const definitionMap = new checker.DefinitionMap();
1009
1009
  definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
1010
- definitionMap.set('version', checker.literal('19.2.7'));
1010
+ definitionMap.set('version', checker.literal('19.2.8'));
1011
1011
  definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
1012
1012
  definitionMap.set('type', metadata.type);
1013
1013
  definitionMap.set('decorators', metadata.decorators);
@@ -1025,7 +1025,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
1025
1025
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? checker.literal(null));
1026
1026
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? checker.literal(null));
1027
1027
  definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
1028
- definitionMap.set('version', checker.literal('19.2.7'));
1028
+ definitionMap.set('version', checker.literal('19.2.8'));
1029
1029
  definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
1030
1030
  definitionMap.set('type', metadata.type);
1031
1031
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -1120,7 +1120,7 @@ function createDirectiveDefinitionMap(meta) {
1120
1120
  const definitionMap = new checker.DefinitionMap();
1121
1121
  const minVersion = getMinimumVersionForPartialOutput(meta);
1122
1122
  definitionMap.set('minVersion', checker.literal(minVersion));
1123
- definitionMap.set('version', checker.literal('19.2.7'));
1123
+ definitionMap.set('version', checker.literal('19.2.8'));
1124
1124
  // e.g. `type: MyDirective`
1125
1125
  definitionMap.set('type', meta.type.value);
1126
1126
  if (meta.isStandalone !== undefined) {
@@ -1536,7 +1536,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
1536
1536
  function compileDeclareFactoryFunction(meta) {
1537
1537
  const definitionMap = new checker.DefinitionMap();
1538
1538
  definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
1539
- definitionMap.set('version', checker.literal('19.2.7'));
1539
+ definitionMap.set('version', checker.literal('19.2.8'));
1540
1540
  definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
1541
1541
  definitionMap.set('type', meta.type.value);
1542
1542
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -1571,7 +1571,7 @@ function compileDeclareInjectableFromMetadata(meta) {
1571
1571
  function createInjectableDefinitionMap(meta) {
1572
1572
  const definitionMap = new checker.DefinitionMap();
1573
1573
  definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
1574
- definitionMap.set('version', checker.literal('19.2.7'));
1574
+ definitionMap.set('version', checker.literal('19.2.8'));
1575
1575
  definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
1576
1576
  definitionMap.set('type', meta.type.value);
1577
1577
  // Only generate providedIn property if it has a non-null value
@@ -1622,7 +1622,7 @@ function compileDeclareInjectorFromMetadata(meta) {
1622
1622
  function createInjectorDefinitionMap(meta) {
1623
1623
  const definitionMap = new checker.DefinitionMap();
1624
1624
  definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
1625
- definitionMap.set('version', checker.literal('19.2.7'));
1625
+ definitionMap.set('version', checker.literal('19.2.8'));
1626
1626
  definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
1627
1627
  definitionMap.set('type', meta.type.value);
1628
1628
  definitionMap.set('providers', meta.providers);
@@ -1655,7 +1655,7 @@ function createNgModuleDefinitionMap(meta) {
1655
1655
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
1656
1656
  }
1657
1657
  definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
1658
- definitionMap.set('version', checker.literal('19.2.7'));
1658
+ definitionMap.set('version', checker.literal('19.2.8'));
1659
1659
  definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
1660
1660
  definitionMap.set('type', meta.type.value);
1661
1661
  // We only generate the keys in the metadata if the arrays contain values.
@@ -1706,7 +1706,7 @@ function compileDeclarePipeFromMetadata(meta) {
1706
1706
  function createPipeDefinitionMap(meta) {
1707
1707
  const definitionMap = new checker.DefinitionMap();
1708
1708
  definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION));
1709
- definitionMap.set('version', checker.literal('19.2.7'));
1709
+ definitionMap.set('version', checker.literal('19.2.8'));
1710
1710
  definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
1711
1711
  // e.g. `type: MyPipe`
1712
1712
  definitionMap.set('type', meta.type.value);
@@ -2560,6 +2560,7 @@ class DtsMetadataReader {
2560
2560
  name,
2561
2561
  nameExpr: null,
2562
2562
  isStandalone,
2563
+ isPure: null, // The DTS has no idea about that
2563
2564
  decorator: null,
2564
2565
  isExplicitlyDeferred: false,
2565
2566
  };
@@ -10679,6 +10680,7 @@ class PipeDecoratorHandler {
10679
10680
  isStandalone: analysis.meta.isStandalone,
10680
10681
  decorator: analysis.decorator,
10681
10682
  isExplicitlyDeferred: false,
10683
+ isPure: analysis.meta.pure,
10682
10684
  });
10683
10685
  this.injectableRegistry.registerInjectable(node, {
10684
10686
  ctorDeps: analysis.meta.deps,
@@ -10728,7 +10730,7 @@ class PipeDecoratorHandler {
10728
10730
  * @description
10729
10731
  * Entry point for all public APIs of the compiler-cli package.
10730
10732
  */
10731
- new checker.Version('19.2.7');
10733
+ new checker.Version('19.2.8');
10732
10734
 
10733
10735
  /**
10734
10736
  * Whether a given decorator should be treated as an Angular decorator.
@@ -12017,11 +12019,7 @@ class FunctionExtractor {
12017
12019
  // TODO: is there any real situation in which the signature would not be available here?
12018
12020
  // Is void a better type?
12019
12021
  const signature = this.typeChecker.getSignatureFromDeclaration(this.exportDeclaration);
12020
- const returnType = signature
12021
- ? this.typeChecker.typeToString(this.typeChecker.getReturnTypeOfSignature(signature), undefined,
12022
- // This ensures that e.g. `T | undefined` is not reduced to `T`.
12023
- ts.TypeFormatFlags.NoTypeReduction | ts.TypeFormatFlags.NoTruncation)
12024
- : 'unknown';
12022
+ const returnType = signature ? extractReturnType(signature, this.typeChecker) : 'unknown';
12025
12023
  const implementation = findImplementationOfFunction(this.exportDeclaration, this.typeChecker) ??
12026
12024
  this.exportDeclaration;
12027
12025
  const type = this.typeChecker.getTypeAtLocation(this.exportDeclaration);
@@ -12105,11 +12103,18 @@ function extractCallSignatures(name, typeChecker, type) {
12105
12103
  jsdocTags: extractJsDocTags(decl),
12106
12104
  params: extractAllParams(decl.parameters, typeChecker),
12107
12105
  rawComment: extractRawJsDoc(decl),
12108
- returnType: typeChecker.typeToString(typeChecker.getReturnTypeOfSignature(signature), undefined,
12109
- // This ensures that e.g. `T | undefined` is not reduced to `T`.
12110
- ts.TypeFormatFlags.NoTypeReduction | ts.TypeFormatFlags.NoTruncation),
12106
+ returnType: extractReturnType(signature, typeChecker),
12111
12107
  }));
12112
12108
  }
12109
+ function extractReturnType(signature, typeChecker) {
12110
+ // Handling Type Predicates
12111
+ if (signature?.declaration?.type && ts.isTypePredicateNode(signature.declaration.type)) {
12112
+ return signature.declaration.type.getText();
12113
+ }
12114
+ return typeChecker.typeToString(typeChecker.getReturnTypeOfSignature(signature), undefined,
12115
+ // This ensures that e.g. `T | undefined` is not reduced to `T`.
12116
+ ts.TypeFormatFlags.NoTypeReduction | ts.TypeFormatFlags.NoTruncation);
12117
+ }
12113
12118
  /** Finds the implementation of the given function declaration overload signature. */
12114
12119
  function findImplementationOfFunction(node, typeChecker) {
12115
12120
  if (node.body !== undefined || node.name === undefined) {
@@ -12189,7 +12194,8 @@ class ClassExtractor {
12189
12194
  else if (ts.isAccessor(memberDeclaration)) {
12190
12195
  return this.extractGetterSetter(memberDeclaration);
12191
12196
  }
12192
- else if (ts.isConstructorDeclaration(memberDeclaration)) {
12197
+ else if (ts.isConstructorDeclaration(memberDeclaration) &&
12198
+ memberDeclaration.parameters.length > 0) {
12193
12199
  return this.extractConstructor(memberDeclaration);
12194
12200
  }
12195
12201
  // We only expect methods, properties, and accessors. If we encounter something else,
@@ -12491,6 +12497,8 @@ class PipeExtractor extends ClassExtractor {
12491
12497
  pipeName: this.metadata.name,
12492
12498
  entryType: EntryType.Pipe,
12493
12499
  isStandalone: this.metadata.isStandalone,
12500
+ usage: extractPipeSyntax(this.metadata, this.declaration),
12501
+ isPure: this.metadata.isPure,
12494
12502
  };
12495
12503
  }
12496
12504
  }
@@ -12536,6 +12544,21 @@ function extractInterface(declaration, typeChecker) {
12536
12544
  const extractor = new ClassExtractor(declaration, typeChecker);
12537
12545
  return extractor.extract();
12538
12546
  }
12547
+ function extractPipeSyntax(metadata, classDeclaration) {
12548
+ const transformParams = classDeclaration.members.find((member) => {
12549
+ return (ts.isMethodDeclaration(member) &&
12550
+ member.name &&
12551
+ ts.isIdentifier(member.name) &&
12552
+ member.name.getText() === 'transform');
12553
+ });
12554
+ let paramNames = transformParams.parameters
12555
+ // value is the first argument, it's already referenced before the pipe
12556
+ .slice(1)
12557
+ .map((param) => {
12558
+ return param.name.getText();
12559
+ });
12560
+ return `{{ value_expression | ${metadata.name}${paramNames.length ? ':' + paramNames.join(':') : ''} }}`;
12561
+ }
12539
12562
 
12540
12563
  /** Name of the tag indicating that an object literal should be shown as an enum in docs. */
12541
12564
  const LITERAL_AS_ENUM_TAG = 'object-literal-as-enum';
@@ -18562,7 +18585,7 @@ var semver = /*@__PURE__*/getDefaultExportFromCjs(semverExports);
18562
18585
  * @param minVersion Minimum required version for the feature.
18563
18586
  */
18564
18587
  function coreVersionSupportsFeature(coreVersion, minVersion) {
18565
- // A version of `19.2.7` usually means that core is at head so it supports
18588
+ // A version of `19.2.8` usually means that core is at head so it supports
18566
18589
  // all features. Use string interpolation prevent the placeholder from being replaced
18567
18590
  // with the current version during build time.
18568
18591
  if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -9,9 +9,9 @@
9
9
  var ts = require('typescript');
10
10
  require('os');
11
11
  var checker = require('./checker-BNmiXJIJ.js');
12
- var index = require('./index-DMhRS_CK.js');
12
+ var index = require('./index-CAJ-Rm56.js');
13
13
  require('path');
14
- var project_paths = require('./project_paths-C-UAB3jT.js');
14
+ var project_paths = require('./project_paths-A9I0g_ID.js');
15
15
 
16
16
  function getMemberName(member) {
17
17
  if (member.name === undefined) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -10,10 +10,10 @@ var checker = require('./checker-BNmiXJIJ.js');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
12
  var assert = require('assert');
13
- var index = require('./index-DJTfI03d.js');
14
- var project_paths = require('./project_paths-C-UAB3jT.js');
13
+ var index = require('./index-rvZ5aROS.js');
14
+ var project_paths = require('./project_paths-A9I0g_ID.js');
15
15
  var leading_space = require('./leading_space-D9nQ8UQC.js');
16
- require('./index-DMhRS_CK.js');
16
+ require('./index-CAJ-Rm56.js');
17
17
  require('path');
18
18
 
19
19
  /**
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -9,11 +9,11 @@
9
9
  var ts = require('typescript');
10
10
  require('os');
11
11
  var checker = require('./checker-BNmiXJIJ.js');
12
- var index$1 = require('./index-DMhRS_CK.js');
12
+ var index$1 = require('./index-CAJ-Rm56.js');
13
13
  require('path');
14
- var project_paths = require('./project_paths-C-UAB3jT.js');
15
- var apply_import_manager = require('./apply_import_manager-2VufvTsB.js');
16
- var index = require('./index-DJTfI03d.js');
14
+ var project_paths = require('./project_paths-A9I0g_ID.js');
15
+ var apply_import_manager = require('./apply_import_manager-COqnCltX.js');
16
+ var index = require('./index-rvZ5aROS.js');
17
17
  require('@angular-devkit/core');
18
18
  require('node:path/posix');
19
19
  require('fs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
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-DMhRS_CK.js');
9
+ var index = require('./index-CAJ-Rm56.js');
10
10
  var schematics = require('@angular-devkit/schematics');
11
11
  var core = require('@angular-devkit/core');
12
12
  var posixPath = require('node:path/posix');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
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 v19.2.7
3
+ * @license Angular v19.2.8
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -9,9 +9,9 @@
9
9
  var ts = require('typescript');
10
10
  require('os');
11
11
  var checker = require('./checker-BNmiXJIJ.js');
12
- require('./index-DMhRS_CK.js');
12
+ require('./index-CAJ-Rm56.js');
13
13
  require('path');
14
- var project_paths = require('./project_paths-C-UAB3jT.js');
14
+ var project_paths = require('./project_paths-A9I0g_ID.js');
15
15
  var ng_decorators = require('./ng_decorators-DznZ5jMl.js');
16
16
  var property_name = require('./property_name-BBwFuqMe.js');
17
17
  require('@angular-devkit/core');
@@ -1,21 +1,21 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.2.7
3
+ * @license Angular v19.2.8
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-CgtT9yyW.js');
9
+ var migrate_ts_type_references = require('./migrate_ts_type_references-BIV-FPWl.js');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
12
  var checker = require('./checker-BNmiXJIJ.js');
13
- var index$1 = require('./index-DMhRS_CK.js');
13
+ var index$1 = require('./index-CAJ-Rm56.js');
14
14
  require('path');
15
- var project_paths = require('./project_paths-C-UAB3jT.js');
16
- var index = require('./index-DJTfI03d.js');
15
+ var project_paths = require('./project_paths-A9I0g_ID.js');
16
+ var index = require('./index-rvZ5aROS.js');
17
17
  var assert = require('assert');
18
- var apply_import_manager = require('./apply_import_manager-2VufvTsB.js');
18
+ var apply_import_manager = require('./apply_import_manager-COqnCltX.js');
19
19
  require('@angular-devkit/core');
20
20
  require('node:path/posix');
21
21
  require('./leading_space-D9nQ8UQC.js');