@angular/core 19.2.5 → 19.2.6
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-PWnbqZDx.d.ts → event_dispatcher.d-DlbccpYq.d.ts} +3 -3
- package/fesm2022/core.mjs +9 -6
- 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 +3 -3
- package/fesm2022/rxjs-interop.mjs +2 -2
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +148 -97
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/{untracked-CS7WUAzb.mjs → untracked-BKcld_ew.mjs} +3 -3
- package/fesm2022/{untracked-CS7WUAzb.mjs.map → untracked-BKcld_ew.mjs.map} +1 -1
- package/index.d.ts +6 -5
- package/{navigation_types.d-Lh6SmhKv.d.ts → navigation_types.d-fAxd92YV.d.ts} +3 -3
- package/package.json +1 -1
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +3 -3
- package/primitives/signals/index.d.ts +3 -3
- package/rxjs-interop/index.d.ts +2 -2
- package/schematics/bundles/{apply_import_manager-CTrezOPF.js → apply_import_manager-DFADpdFu.js} +3 -3
- package/schematics/bundles/{checker-CQvNmpT3.js → checker-DoX_7XCa.js} +7 -8
- package/schematics/bundles/cleanup-unused-imports.js +42 -64
- package/schematics/bundles/{compiler_host-IULKT7OF.js → compiler_host-BUKEE1cA.js} +2 -2
- package/schematics/bundles/control-flow-migration.js +3 -3
- package/schematics/bundles/explicit-standalone-flag.js +3 -3
- package/schematics/bundles/imports-CIX-JgAN.js +1 -1
- package/schematics/bundles/{program-XYcLSXb1.js → index-B4b0V0Vo.js} +36 -12
- package/schematics/bundles/{index-BKWl7N44.js → index-CpZKzrqM.js} +6 -6
- package/schematics/bundles/inject-migration.js +3 -3
- package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
- package/schematics/bundles/{migrate_ts_type_references-CHRyhQvi.js → migrate_ts_type_references-DQVDid4G.js} +5 -5
- package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
- package/schematics/bundles/nodes-B16H9JUd.js +1 -1
- package/schematics/bundles/output-migration.js +108 -78
- package/schematics/bundles/pending-tasks.js +3 -3
- package/schematics/bundles/{project_paths-CTgTxqrW.js → project_paths-C3etOlgT.js} +88 -13
- 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 +3 -3
- package/schematics/bundles/route-lazy-loading.js +3 -3
- package/schematics/bundles/self-closing-tags-migration.js +39 -64
- package/schematics/bundles/signal-input-migration.js +64 -87
- package/schematics/bundles/signal-queries-migration.js +69 -92
- package/schematics/bundles/signals.js +11 -11
- package/schematics/bundles/standalone-migration.js +5 -6
- package/testing/index.d.ts +5 -21
- package/{weak_ref.d-DOjz-6fK.d.ts → weak_ref.d-DWHPG08n.d.ts} +3 -3
- package/schematics/bundles/index-CH_G_p3D.js +0 -30
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
2
|
+
* @license Angular v19.2.6
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -342,5 +342,5 @@ declare class EventDispatcher {
|
|
|
342
342
|
*/
|
|
343
343
|
declare function registerDispatcher(eventContract: UnrenamedEventContract, dispatcher: EventDispatcher): void;
|
|
344
344
|
|
|
345
|
-
export {
|
|
346
|
-
export type { EarlyJsactionDataContainer
|
|
345
|
+
export { EventContract, EventContractContainer, EventDispatcher, EventInfoWrapper, EventPhase, Restriction, registerDispatcher };
|
|
346
|
+
export type { EarlyJsactionDataContainer, EventInfo };
|
package/fesm2022/core.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
2
|
+
* @license Angular v19.2.6
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import {
|
|
8
|
-
export {
|
|
7
|
+
import { SIGNAL_NODE, signalSetFn, SIGNAL, producerAccessed, getActiveConsumer, setActiveConsumer as setActiveConsumer$1, createSignal, signalUpdateFn, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError, untracked as untracked$1, isInNotificationPhase, createLinkedSignal, linkedSignalSetFn, linkedSignalUpdateFn } from './untracked-BKcld_ew.mjs';
|
|
8
|
+
export { setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl } from './untracked-BKcld_ew.mjs';
|
|
9
9
|
import { getCurrentInjector, NOT_FOUND as NOT_FOUND$1, setCurrentInjector } from './primitives/di.mjs';
|
|
10
10
|
import { setActiveConsumer, createWatch } from '@angular/core/primitives/signals';
|
|
11
11
|
import { NOT_FOUND as NOT_FOUND$2 } from '@angular/core/primitives/di';
|
|
@@ -17911,7 +17911,7 @@ class ComponentFactory extends ComponentFactory$1 {
|
|
|
17911
17911
|
const cmpDef = this.componentDef;
|
|
17912
17912
|
ngDevMode && verifyNotAnOrphanComponent(cmpDef);
|
|
17913
17913
|
const tAttributes = rootSelectorOrNode
|
|
17914
|
-
? ['ng-version', '19.2.
|
|
17914
|
+
? ['ng-version', '19.2.6']
|
|
17915
17915
|
: // Extract attributes and classes from the first selector only to match VE behavior.
|
|
17916
17916
|
extractAttrsAndClassesFromSelector(this.componentDef.selectors[0]);
|
|
17917
17917
|
// Create the root view. Uses empty TView and ContentTemplate.
|
|
@@ -23462,6 +23462,9 @@ class ApplicationRef {
|
|
|
23462
23462
|
* {@example core/ts/platform/platform.ts region='domNode'}
|
|
23463
23463
|
*/
|
|
23464
23464
|
bootstrap(componentOrFactory, rootSelectorOrNode) {
|
|
23465
|
+
return this.bootstrapImpl(componentOrFactory, rootSelectorOrNode);
|
|
23466
|
+
}
|
|
23467
|
+
bootstrapImpl(componentOrFactory, rootSelectorOrNode, injector = Injector.NULL) {
|
|
23465
23468
|
profiler(10 /* ProfilerEvent.BootstrapComponentStart */);
|
|
23466
23469
|
(typeof ngDevMode === 'undefined' || ngDevMode) && warnIfDestroyed(this._destroyed);
|
|
23467
23470
|
const isComponentFactory = componentOrFactory instanceof ComponentFactory$1;
|
|
@@ -23492,7 +23495,7 @@ class ApplicationRef {
|
|
|
23492
23495
|
? undefined
|
|
23493
23496
|
: this._injector.get(NgModuleRef$1);
|
|
23494
23497
|
const selectorOrNode = rootSelectorOrNode || componentFactory.selector;
|
|
23495
|
-
const compRef = componentFactory.create(
|
|
23498
|
+
const compRef = componentFactory.create(injector, [], selectorOrNode, ngModule);
|
|
23496
23499
|
const nativeElement = compRef.location.nativeElement;
|
|
23497
23500
|
const testability = compRef.injector.get(TESTABILITY, null);
|
|
23498
23501
|
testability?.registerApplication(nativeElement);
|
|
@@ -34648,7 +34651,7 @@ class Version {
|
|
|
34648
34651
|
/**
|
|
34649
34652
|
* @publicApi
|
|
34650
34653
|
*/
|
|
34651
|
-
const VERSION = new Version('19.2.
|
|
34654
|
+
const VERSION = new Version('19.2.6');
|
|
34652
34655
|
|
|
34653
34656
|
/**
|
|
34654
34657
|
* Combination of NgModuleFactory and ComponentFactories.
|