@angular/core 20.0.0-next.8 → 20.0.0-rc.0

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 (70) hide show
  1. package/{api.d-KjtSQajV.d.ts → api.d-CRxC7NlU.d.ts} +28 -43
  2. package/{chrome_dev_tools_performance.d-qv7drdAl.d.ts → chrome_dev_tools_performance.d-B0FzTuRf.d.ts} +7 -1
  3. package/{discovery.d-vJaEafe4.d.ts → discovery.d-CBxzK1ay.d.ts} +30 -6
  4. package/event_dispatcher.d-DlbccpYq.d.ts +1 -1
  5. package/fesm2022/attribute-BWp59EjE.mjs +1 -1
  6. package/fesm2022/core.mjs +80 -166
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/{debug_node-DEfPCixm.mjs → debug_node-3mmnD06K.mjs} +138 -54
  9. package/fesm2022/debug_node-3mmnD06K.mjs.map +1 -0
  10. package/fesm2022/primitives/di.mjs +1 -1
  11. package/fesm2022/primitives/event-dispatch.mjs +2 -2
  12. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  13. package/fesm2022/primitives/signals.mjs +7 -5
  14. package/fesm2022/primitives/signals.mjs.map +1 -1
  15. package/fesm2022/{resource-DhKtse7l.mjs → resource-nrAenwIA.mjs} +31 -76
  16. package/fesm2022/resource-nrAenwIA.mjs.map +1 -0
  17. package/fesm2022/{root_effect_scheduler-BZMWiScf.mjs → root_effect_scheduler-B_EWGyLU.mjs} +20 -12
  18. package/fesm2022/root_effect_scheduler-B_EWGyLU.mjs.map +1 -0
  19. package/fesm2022/rxjs-interop.mjs +16 -11
  20. package/fesm2022/rxjs-interop.mjs.map +1 -1
  21. package/fesm2022/{signal-B6pMq7KS.mjs → signal-ePSl6jXn.mjs} +14 -4
  22. package/fesm2022/{signal-B6pMq7KS.mjs.map → signal-ePSl6jXn.mjs.map} +1 -1
  23. package/fesm2022/testing.mjs +61 -63
  24. package/fesm2022/testing.mjs.map +1 -1
  25. package/fesm2022/{untracked-Bz5WMeU1.mjs → untracked-2ouAFbCz.mjs} +4 -4
  26. package/fesm2022/untracked-2ouAFbCz.mjs.map +1 -0
  27. package/fesm2022/weak_ref-BaIq-pgY.mjs +1 -1
  28. package/graph.d-BcIOep_B.d.ts +1 -1
  29. package/index.d.ts +154 -136
  30. package/package.json +3 -3
  31. package/primitives/di/index.d.ts +1 -1
  32. package/primitives/event-dispatch/index.d.ts +1 -1
  33. package/primitives/signals/index.d.ts +3 -3
  34. package/rxjs-interop/index.d.ts +11 -11
  35. package/schematics/bundles/{apply_import_manager-CaG-_cEq.js → apply_import_manager-Coc7Hewu.js} +3 -3
  36. package/schematics/bundles/{change_tracker-ISzWfEHN.js → change_tracker-CDJPOAni.js} +3 -3
  37. package/schematics/bundles/{checker-DV96LHWz.js → checker-BAl7CJ0l.js} +386 -122
  38. package/schematics/bundles/cleanup-unused-imports.js +6 -6
  39. package/schematics/bundles/{compiler-BEZ6sUQS.js → compiler-BSv6JWRF.js} +58 -65
  40. package/schematics/bundles/compiler_host-CAfDJO3W.js +1 -1
  41. package/schematics/bundles/control-flow-migration.js +2 -2
  42. package/schematics/bundles/document-core.js +6 -6
  43. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  44. package/schematics/bundles/{index-6wv04ZFQ.js → index-CnKffIJ6.js} +6 -5
  45. package/schematics/bundles/{index-B1R5GL-k.js → index-CxuDmkeg.js} +421 -317
  46. package/schematics/bundles/inject-flags.js +6 -6
  47. package/schematics/bundles/inject-migration.js +4 -4
  48. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  49. package/schematics/bundles/{migrate_ts_type_references-Dh9TZgTr.js → migrate_ts_type_references-DE1AlxIs.js} +6 -6
  50. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  51. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  52. package/schematics/bundles/output-migration.js +7 -7
  53. package/schematics/bundles/{project_paths-B-Nevd-p.js → project_paths-Bl-H7Vlb.js} +4 -4
  54. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  55. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  56. package/schematics/bundles/route-lazy-loading.js +4 -4
  57. package/schematics/bundles/self-closing-tags-migration.js +5 -5
  58. package/schematics/bundles/signal-input-migration.js +8 -8
  59. package/schematics/bundles/signal-queries-migration.js +8 -8
  60. package/schematics/bundles/signals.js +8 -8
  61. package/schematics/bundles/standalone-migration.js +5 -5
  62. package/schematics/bundles/symbol-VPWguRxr.js +1 -1
  63. package/schematics/bundles/test-bed-get.js +5 -5
  64. package/{signal.d-E0e5nW1p.d.ts → signal.d-D6VJ67xi.d.ts} +8 -2
  65. package/testing/index.d.ts +12 -24
  66. package/weak_ref.d-eGOEP9S1.d.ts +1 -1
  67. package/fesm2022/debug_node-DEfPCixm.mjs.map +0 -1
  68. package/fesm2022/resource-DhKtse7l.mjs.map +0 -1
  69. package/fesm2022/root_effect_scheduler-BZMWiScf.mjs.map +0 -1
  70. package/fesm2022/untracked-Bz5WMeU1.mjs.map +0 -1
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.8
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { OutputRef, DestroyRef, Signal, Injector } from '../chrome_dev_tools_performance.d-qv7drdAl.js';
8
- import { OutputOptions, BaseResourceOptions, ResourceLoaderParams, ResourceRef } from '../api.d-KjtSQajV.js';
7
+ import { OutputRef, DestroyRef, Signal, Injector } from '../chrome_dev_tools_performance.d-B0FzTuRf.js';
8
+ import { OutputOptions, BaseResourceOptions, ResourceLoaderParams, ResourceRef } from '../api.d-CRxC7NlU.js';
9
9
  import { Observable, MonoTypeOperatorFunction, Subscribable } from 'rxjs';
10
10
  import { ValueEqualityFn } from '../graph.d-BcIOep_B.js';
11
11
  import '../event_dispatcher.d-DlbccpYq.js';
@@ -32,7 +32,7 @@ import '../event_dispatcher.d-DlbccpYq.js';
32
32
  * }
33
33
  * ```
34
34
  *
35
- * @publicApi
35
+ * @publicApi 19.0
36
36
  */
37
37
  declare function outputFromObservable<T>(observable: Observable<T>, opts?: OutputOptions): OutputRef<T>;
38
38
 
@@ -42,7 +42,7 @@ declare function outputFromObservable<T>(observable: Observable<T>, opts?: Outpu
42
42
  *
43
43
  * You can subscribe to the output via `Observable.subscribe` then.
44
44
  *
45
- * @publicApi
45
+ * @publicApi 19.0
46
46
  */
47
47
  declare function outputToObservable<T>(ref: OutputRef<T>): Observable<T>;
48
48
 
@@ -54,14 +54,14 @@ declare function outputToObservable<T>(ref: OutputRef<T>): Observable<T>;
54
54
  * passed explicitly to use `takeUntilDestroyed` outside of an [injection
55
55
  * context](guide/di/dependency-injection-context). Otherwise, the current `DestroyRef` is injected.
56
56
  *
57
- * @publicApi
57
+ * @publicApi 19.0
58
58
  */
59
59
  declare function takeUntilDestroyed<T>(destroyRef?: DestroyRef): MonoTypeOperatorFunction<T>;
60
60
 
61
61
  /**
62
62
  * Options for `toObservable`.
63
63
  *
64
- * @publicApi
64
+ * @publicApi 20.0
65
65
  */
66
66
  interface ToObservableOptions {
67
67
  /**
@@ -79,14 +79,14 @@ interface ToObservableOptions {
79
79
  *
80
80
  * `toObservable` must be called in an injection context unless an injector is provided via options.
81
81
  *
82
- * @publicApi
82
+ * @publicApi 20.0
83
83
  */
84
84
  declare function toObservable<T>(source: Signal<T>, options?: ToObservableOptions): Observable<T>;
85
85
 
86
86
  /**
87
87
  * Options for `toSignal`.
88
88
  *
89
- * @publicApi
89
+ * @publicApi 20.0
90
90
  */
91
91
  interface ToSignalOptions<T> {
92
92
  /**
@@ -151,7 +151,7 @@ declare function toSignal<T, const U extends T>(source: Observable<T> | Subscrib
151
151
  *
152
152
  * @param injector The `Injector` to use during creation. If this is not provided, the current injection context will be used instead (via `inject`).
153
153
  *
154
- * @developerPreview
154
+ * @developerPreview 20.0
155
155
  */
156
156
  declare function pendingUntilEvent<T>(injector?: Injector): MonoTypeOperatorFunction<T>;
157
157
 
@@ -161,7 +161,7 @@ declare function pendingUntilEvent<T>(injector?: Injector): MonoTypeOperatorFunc
161
161
  * @experimental
162
162
  */
163
163
  interface RxResourceOptions<T, R> extends BaseResourceOptions<T, R> {
164
- loader: (params: ResourceLoaderParams<R>) => Observable<T>;
164
+ stream: (params: ResourceLoaderParams<R>) => Observable<T>;
165
165
  }
166
166
  /**
167
167
  * Like `resource` but uses an RxJS based `loader` which maps the request to an `Observable` of the
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,8 +8,8 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var checker = require('./checker-DV96LHWz.js');
12
- var project_paths = require('./project_paths-B-Nevd-p.js');
11
+ var checker = require('./checker-BAl7CJ0l.js');
12
+ var project_paths = require('./project_paths-Bl-H7Vlb.js');
13
13
 
14
14
  /**
15
15
  * Applies import manager changes, and writes them as replacements the
@@ -1,14 +1,14 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
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 ts = require('typescript');
10
- require('./compiler-BEZ6sUQS.js');
11
- var checker = require('./checker-DV96LHWz.js');
10
+ require('./compiler-BSv6JWRF.js');
11
+ var checker = require('./checker-BAl7CJ0l.js');
12
12
  require('os');
13
13
 
14
14
  /** Tracks changes that have to be made for specific files. */