@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,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,13 +9,13 @@
9
9
  var checker = require('./checker-BNmiXJIJ.js');
10
10
  var ts = require('typescript');
11
11
  require('os');
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 migrate_ts_type_references = require('./migrate_ts_type_references-CgtT9yyW.js');
14
+ var project_paths = require('./project_paths-A9I0g_ID.js');
15
+ var apply_import_manager = require('./apply_import_manager-COqnCltX.js');
16
+ var migrate_ts_type_references = require('./migrate_ts_type_references-BIV-FPWl.js');
17
17
  var assert = require('assert');
18
- var index = require('./index-DJTfI03d.js');
18
+ var index = require('./index-rvZ5aROS.js');
19
19
  require('@angular-devkit/core');
20
20
  require('node:path/posix');
21
21
  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
  */
@@ -17,15 +17,15 @@ require('fs');
17
17
  require('module');
18
18
  require('path');
19
19
  require('url');
20
- require('./index-DMhRS_CK.js');
21
- require('./project_paths-C-UAB3jT.js');
20
+ require('./index-CAJ-Rm56.js');
21
+ require('./project_paths-A9I0g_ID.js');
22
22
  require('@angular-devkit/core');
23
23
  require('node:path/posix');
24
24
  require('./project_tsconfig_paths-CDVxT6Ov.js');
25
- require('./apply_import_manager-2VufvTsB.js');
26
- require('./migrate_ts_type_references-CgtT9yyW.js');
25
+ require('./apply_import_manager-COqnCltX.js');
26
+ require('./migrate_ts_type_references-BIV-FPWl.js');
27
27
  require('assert');
28
- require('./index-DJTfI03d.js');
28
+ require('./index-rvZ5aROS.js');
29
29
  require('./leading_space-D9nQ8UQC.js');
30
30
 
31
31
  function migrate(options) {
@@ -1,13 +1,13 @@
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
9
  var schematics = require('@angular-devkit/schematics');
10
- var index = require('./index-DMhRS_CK.js');
10
+ var index = require('./index-CAJ-Rm56.js');
11
11
  var fs = require('fs');
12
12
  var p = require('path');
13
13
  var ts = require('typescript');
@@ -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
  */