@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.
- package/event_dispatcher.d-DlbccpYq.d.ts +1 -1
- package/fesm2022/core.mjs +59 -34
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +30 -11
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/untracked-BKcld_ew.mjs +1 -1
- package/index.d.ts +17 -6
- package/navigation_types.d-fAxd92YV.d.ts +1 -1
- package/package.json +1 -1
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/{apply_import_manager-2VufvTsB.js → apply_import_manager-COqnCltX.js} +2 -2
- package/schematics/bundles/checker-BNmiXJIJ.js +2 -2
- package/schematics/bundles/cleanup-unused-imports.js +4 -4
- package/schematics/bundles/compiler_host-BafHjBMK.js +1 -1
- package/schematics/bundles/control-flow-migration.js +1 -1
- package/schematics/bundles/explicit-standalone-flag.js +1 -1
- package/schematics/bundles/imports-CIX-JgAN.js +1 -1
- package/schematics/bundles/{index-DMhRS_CK.js → index-CAJ-Rm56.js} +43 -20
- package/schematics/bundles/{index-DJTfI03d.js → index-rvZ5aROS.js} +3 -3
- package/schematics/bundles/inject-migration.js +1 -1
- package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
- package/schematics/bundles/{migrate_ts_type_references-CgtT9yyW.js → migrate_ts_type_references-BIV-FPWl.js} +4 -4
- package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
- package/schematics/bundles/nodes-B16H9JUd.js +1 -1
- package/schematics/bundles/output-migration.js +5 -5
- package/schematics/bundles/pending-tasks.js +1 -1
- package/schematics/bundles/{project_paths-C-UAB3jT.js → project_paths-A9I0g_ID.js} +2 -2
- package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
- package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
- package/schematics/bundles/provide-initializer.js +1 -1
- package/schematics/bundles/route-lazy-loading.js +1 -1
- package/schematics/bundles/self-closing-tags-migration.js +3 -3
- package/schematics/bundles/signal-input-migration.js +6 -6
- package/schematics/bundles/signal-queries-migration.js +6 -6
- package/schematics/bundles/signals.js +6 -6
- package/schematics/bundles/standalone-migration.js +2 -2
- package/testing/index.d.ts +5 -3
- package/weak_ref.d-DWHPG08n.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v19.2.
|
|
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-
|
|
21
|
-
require('./project_paths-
|
|
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-
|
|
26
|
-
require('./migrate_ts_type_references-
|
|
25
|
+
require('./apply_import_manager-COqnCltX.js');
|
|
26
|
+
require('./migrate_ts_type_references-BIV-FPWl.js');
|
|
27
27
|
require('assert');
|
|
28
|
-
require('./index-
|
|
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.
|
|
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-
|
|
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');
|
package/testing/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
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
|
-
|
|
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
|
*/
|
package/weak_ref.d-DWHPG08n.d.ts
CHANGED