@angular/core 19.2.7 → 19.2.9

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 (45) hide show
  1. package/event_dispatcher.d-DlbccpYq.d.ts +1 -1
  2. package/fesm2022/core.mjs +59 -34
  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 +30 -11
  9. package/fesm2022/testing.mjs.map +1 -1
  10. package/fesm2022/untracked-BKcld_ew.mjs +1 -1
  11. package/index.d.ts +17 -6
  12. package/navigation_types.d-fAxd92YV.d.ts +1 -1
  13. package/package.json +1 -1
  14. package/primitives/di/index.d.ts +1 -1
  15. package/primitives/event-dispatch/index.d.ts +1 -1
  16. package/primitives/signals/index.d.ts +1 -1
  17. package/rxjs-interop/index.d.ts +1 -1
  18. package/schematics/bundles/{apply_import_manager-2VufvTsB.js → apply_import_manager-COqnCltX.js} +2 -2
  19. package/schematics/bundles/checker-BNmiXJIJ.js +2 -2
  20. package/schematics/bundles/cleanup-unused-imports.js +4 -4
  21. package/schematics/bundles/compiler_host-BafHjBMK.js +1 -1
  22. package/schematics/bundles/control-flow-migration.js +1 -1
  23. package/schematics/bundles/explicit-standalone-flag.js +1 -1
  24. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  25. package/schematics/bundles/{index-DMhRS_CK.js → index-CAJ-Rm56.js} +43 -20
  26. package/schematics/bundles/{index-DJTfI03d.js → index-rvZ5aROS.js} +3 -3
  27. package/schematics/bundles/inject-migration.js +1 -1
  28. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  29. package/schematics/bundles/{migrate_ts_type_references-CgtT9yyW.js → migrate_ts_type_references-BIV-FPWl.js} +4 -4
  30. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  31. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  32. package/schematics/bundles/output-migration.js +5 -5
  33. package/schematics/bundles/pending-tasks.js +1 -1
  34. package/schematics/bundles/{project_paths-C-UAB3jT.js → project_paths-A9I0g_ID.js} +2 -2
  35. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  36. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  37. package/schematics/bundles/provide-initializer.js +1 -1
  38. package/schematics/bundles/route-lazy-loading.js +1 -1
  39. package/schematics/bundles/self-closing-tags-migration.js +3 -3
  40. package/schematics/bundles/signal-input-migration.js +6 -6
  41. package/schematics/bundles/signal-queries-migration.js +6 -6
  42. package/schematics/bundles/signals.js +6 -6
  43. package/schematics/bundles/standalone-migration.js +2 -2
  44. package/testing/index.d.ts +5 -3
  45. 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.9
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.9
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.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -534,7 +534,6 @@ declare class MetadataOverrider {
534
534
  * things like traversal delay.
535
535
  */
536
536
  declare class FakeNavigation implements Navigation {
537
- private readonly window;
538
537
  /**
539
538
  * The fake implementation of an entries array. Only same-document entries
540
539
  * allowed.
@@ -576,7 +575,10 @@ declare class FakeNavigation implements Navigation {
576
575
  get currentEntry(): FakeNavigationHistoryEntry;
577
576
  get canGoBack(): boolean;
578
577
  get canGoForward(): boolean;
579
- constructor(window: Window, startURL: `http${string}`);
578
+ private readonly createEventTarget;
579
+ private readonly _window;
580
+ get window(): Pick<Window, 'addEventListener' | 'removeEventListener'>;
581
+ constructor(doc: Document, startURL: `http${string}`);
580
582
  /**
581
583
  * Sets the initial entry.
582
584
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.7
2
+ * @license Angular v19.2.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */