@angular/core 18.2.5 → 18.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/esm2022/index.mjs +2 -2
- package/esm2022/primitives/event-dispatch/contract_binary.mjs +2 -2
- package/esm2022/primitives/event-dispatch/index.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/a11y_click.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/action_resolver.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/attribute.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/bootstrap_app_scoped.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/bootstrap_global.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/cache.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/char.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/dispatcher.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/earlyeventcontract.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/event.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/event_contract_container.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/event_contract_defines.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/event_contract_multi_container.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/event_dispatcher.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/event_handler.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/event_info.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/event_type.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/eventcontract.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/key_code.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/property.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/restriction.mjs +2 -2
- package/esm2022/primitives/signals/index.mjs +2 -2
- package/esm2022/primitives/signals/src/computed.mjs +2 -2
- package/esm2022/primitives/signals/src/equality.mjs +2 -2
- package/esm2022/primitives/signals/src/errors.mjs +2 -2
- package/esm2022/primitives/signals/src/graph.mjs +2 -2
- package/esm2022/primitives/signals/src/signal.mjs +2 -2
- package/esm2022/primitives/signals/src/watch.mjs +2 -2
- package/esm2022/primitives/signals/src/weak_ref.mjs +2 -2
- package/esm2022/public_api.mjs +2 -2
- package/esm2022/rxjs-interop/index.mjs +2 -2
- package/esm2022/rxjs-interop/public_api.mjs +2 -2
- package/esm2022/rxjs-interop/src/index.mjs +2 -2
- package/esm2022/rxjs-interop/src/output_from_observable.mjs +2 -2
- package/esm2022/rxjs-interop/src/output_to_observable.mjs +2 -2
- package/esm2022/rxjs-interop/src/take_until_destroyed.mjs +2 -2
- package/esm2022/rxjs-interop/src/to_observable.mjs +2 -2
- package/esm2022/rxjs-interop/src/to_signal.mjs +3 -3
- package/esm2022/src/application/application_config.mjs +2 -2
- package/esm2022/src/application/application_init.mjs +1 -1
- package/esm2022/src/application/application_module.mjs +2 -2
- package/esm2022/src/application/application_ngmodule_factory_compiler.mjs +2 -2
- package/esm2022/src/application/application_ref.mjs +2 -2
- package/esm2022/src/application/application_tokens.mjs +2 -2
- package/esm2022/src/application/create_application.mjs +2 -2
- package/esm2022/src/authoring/input/input.mjs +2 -2
- package/esm2022/src/authoring/input/input_signal.mjs +2 -2
- package/esm2022/src/authoring/input/input_signal_node.mjs +2 -2
- package/esm2022/src/authoring/input/input_type_checking.mjs +2 -2
- package/esm2022/src/authoring/model/model.mjs +2 -2
- package/esm2022/src/authoring/model/model_signal.mjs +2 -2
- package/esm2022/src/authoring/output/output.mjs +2 -2
- package/esm2022/src/authoring/output/output_emitter_ref.mjs +2 -2
- package/esm2022/src/authoring/output/output_ref.mjs +2 -2
- package/esm2022/src/authoring/queries.mjs +2 -2
- package/esm2022/src/authoring.mjs +2 -2
- package/esm2022/src/cached_injector_service.mjs +2 -2
- package/esm2022/src/change_detection/change_detection.mjs +2 -2
- package/esm2022/src/change_detection/change_detector_ref.mjs +2 -2
- package/esm2022/src/change_detection/constants.mjs +2 -2
- package/esm2022/src/change_detection/differs/default_iterable_differ.mjs +2 -2
- package/esm2022/src/change_detection/differs/default_keyvalue_differ.mjs +2 -2
- package/esm2022/src/change_detection/differs/iterable_differs.mjs +2 -2
- package/esm2022/src/change_detection/differs/keyvalue_differs.mjs +2 -2
- package/esm2022/src/change_detection/pipe_transform.mjs +2 -2
- package/esm2022/src/change_detection/scheduling/exhaustive_check_no_changes.mjs +2 -2
- package/esm2022/src/change_detection/scheduling/flags.mjs +2 -2
- package/esm2022/src/change_detection/scheduling/ng_zone_scheduling.mjs +2 -2
- package/esm2022/src/change_detection/scheduling/zoneless_scheduling.mjs +2 -2
- package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +2 -2
- package/esm2022/src/change_detection.mjs +2 -2
- package/esm2022/src/compiler/compiler_facade.mjs +2 -2
- package/esm2022/src/compiler/compiler_facade_interface.mjs +2 -2
- package/esm2022/src/console.mjs +2 -2
- package/esm2022/src/core.mjs +2 -2
- package/esm2022/src/core_private_export.mjs +2 -2
- package/esm2022/src/core_reactivity_export.mjs +2 -2
- package/esm2022/src/core_reactivity_export_internal.mjs +2 -2
- package/esm2022/src/core_render3_private_export.mjs +2 -2
- package/esm2022/src/debug/debug_node.mjs +2 -2
- package/esm2022/src/defer/cleanup.mjs +2 -2
- package/esm2022/src/defer/discovery.mjs +2 -2
- package/esm2022/src/defer/dom_triggers.mjs +2 -2
- package/esm2022/src/defer/idle_scheduler.mjs +2 -2
- package/esm2022/src/defer/instructions.mjs +2 -2
- package/esm2022/src/defer/interfaces.mjs +2 -2
- package/esm2022/src/defer/timer_scheduler.mjs +2 -2
- package/esm2022/src/defer/utils.mjs +2 -2
- package/esm2022/src/di/contextual.mjs +2 -2
- package/esm2022/src/di/create_injector.mjs +2 -2
- package/esm2022/src/di/forward_ref.mjs +2 -2
- package/esm2022/src/di/host_attribute_token.mjs +2 -2
- package/esm2022/src/di/host_tag_name_token.mjs +2 -2
- package/esm2022/src/di/index.mjs +2 -2
- package/esm2022/src/di/initializer_token.mjs +2 -2
- package/esm2022/src/di/inject_switch.mjs +2 -2
- package/esm2022/src/di/injectable.mjs +2 -2
- package/esm2022/src/di/injection_token.mjs +2 -2
- package/esm2022/src/di/injector.mjs +2 -2
- package/esm2022/src/di/injector_compatibility.mjs +2 -2
- package/esm2022/src/di/injector_marker.mjs +2 -2
- package/esm2022/src/di/injector_token.mjs +2 -2
- package/esm2022/src/di/interface/defs.mjs +2 -2
- package/esm2022/src/di/interface/injector.mjs +2 -2
- package/esm2022/src/di/interface/provider.mjs +2 -2
- package/esm2022/src/di/internal_tokens.mjs +2 -2
- package/esm2022/src/di/jit/environment.mjs +2 -2
- package/esm2022/src/di/jit/injectable.mjs +2 -2
- package/esm2022/src/di/jit/util.mjs +2 -2
- package/esm2022/src/di/metadata.mjs +2 -2
- package/esm2022/src/di/metadata_attr.mjs +2 -2
- package/esm2022/src/di/null_injector.mjs +2 -2
- package/esm2022/src/di/provider_collection.mjs +2 -2
- package/esm2022/src/di/provider_token.mjs +2 -2
- package/esm2022/src/di/r3_injector.mjs +2 -2
- package/esm2022/src/di/scope.mjs +2 -2
- package/esm2022/src/di.mjs +2 -2
- package/esm2022/src/error_details_base_url.mjs +2 -2
- package/esm2022/src/error_handler.mjs +2 -2
- package/esm2022/src/errors.mjs +2 -2
- package/esm2022/src/event_delegation_utils.mjs +2 -2
- package/esm2022/src/event_dispatch/event_delegation.mjs +2 -2
- package/esm2022/src/event_emitter.mjs +2 -2
- package/esm2022/src/hydration/annotate.mjs +2 -2
- package/esm2022/src/hydration/api.mjs +2 -2
- package/esm2022/src/hydration/cleanup.mjs +2 -2
- package/esm2022/src/hydration/compression.mjs +2 -2
- package/esm2022/src/hydration/error_handling.mjs +2 -2
- package/esm2022/src/hydration/event_replay.mjs +2 -2
- package/esm2022/src/hydration/i18n.mjs +2 -2
- package/esm2022/src/hydration/interfaces.mjs +2 -2
- package/esm2022/src/hydration/node_lookup_utils.mjs +2 -2
- package/esm2022/src/hydration/skip_hydration.mjs +2 -2
- package/esm2022/src/hydration/tokens.mjs +2 -2
- package/esm2022/src/hydration/utils.mjs +2 -2
- package/esm2022/src/hydration/views.mjs +2 -2
- package/esm2022/src/i18n/locale_data_api.mjs +2 -2
- package/esm2022/src/i18n/locale_en.mjs +2 -2
- package/esm2022/src/i18n/localization.mjs +2 -2
- package/esm2022/src/i18n/tokens.mjs +2 -2
- package/esm2022/src/i18n/utils.mjs +2 -2
- package/esm2022/src/image_performance_warning.mjs +2 -2
- package/esm2022/src/interface/lifecycle_hooks.mjs +1 -1
- package/esm2022/src/interface/simple_change.mjs +2 -2
- package/esm2022/src/interface/type.mjs +2 -2
- package/esm2022/src/linker/compiler.mjs +2 -2
- package/esm2022/src/linker/component_factory.mjs +2 -2
- package/esm2022/src/linker/component_factory_resolver.mjs +2 -2
- package/esm2022/src/linker/destroy_ref.mjs +2 -2
- package/esm2022/src/linker/element_ref.mjs +2 -2
- package/esm2022/src/linker/ng_module_factory.mjs +2 -2
- package/esm2022/src/linker/ng_module_factory_loader.mjs +2 -2
- package/esm2022/src/linker/ng_module_factory_loader_impl.mjs +2 -2
- package/esm2022/src/linker/ng_module_registration.mjs +2 -2
- package/esm2022/src/linker/query_list.mjs +2 -2
- package/esm2022/src/linker/template_ref.mjs +2 -2
- package/esm2022/src/linker/view_container_ref.mjs +2 -2
- package/esm2022/src/linker/view_ref.mjs +2 -2
- package/esm2022/src/linker.mjs +2 -2
- package/esm2022/src/metadata/di.mjs +2 -2
- package/esm2022/src/metadata/directives.mjs +2 -2
- package/esm2022/src/metadata/do_bootstrap.mjs +2 -2
- package/esm2022/src/metadata/ng_module.mjs +2 -2
- package/esm2022/src/metadata/ng_module_def.mjs +2 -2
- package/esm2022/src/metadata/resource_loading.mjs +2 -2
- package/esm2022/src/metadata/schema.mjs +2 -2
- package/esm2022/src/metadata/view.mjs +2 -2
- package/esm2022/src/metadata.mjs +2 -2
- package/esm2022/src/pending_tasks.mjs +2 -2
- package/esm2022/src/platform/bootstrap.mjs +1 -1
- package/esm2022/src/platform/platform.mjs +2 -2
- package/esm2022/src/platform/platform_core_providers.mjs +2 -2
- package/esm2022/src/platform/platform_destroy_listeners.mjs +2 -2
- package/esm2022/src/platform/platform_ref.mjs +2 -2
- package/esm2022/src/r3_symbols.mjs +2 -2
- package/esm2022/src/reflection/platform_reflection_capabilities.mjs +2 -2
- package/esm2022/src/reflection/reflection_capabilities.mjs +2 -2
- package/esm2022/src/render/api.mjs +2 -2
- package/esm2022/src/render/api_flags.mjs +2 -2
- package/esm2022/src/render.mjs +2 -2
- package/esm2022/src/render3/after_render/api.mjs +2 -2
- package/esm2022/src/render3/after_render/hooks.mjs +2 -2
- package/esm2022/src/render3/after_render/manager.mjs +2 -2
- package/esm2022/src/render3/apply_value_input_field.mjs +2 -2
- package/esm2022/src/render3/assert.mjs +2 -2
- package/esm2022/src/render3/bindings.mjs +2 -2
- package/esm2022/src/render3/chained_injector.mjs +2 -2
- package/esm2022/src/render3/collect_native_nodes.mjs +2 -2
- package/esm2022/src/render3/component.mjs +2 -2
- package/esm2022/src/render3/component_ref.mjs +3 -3
- package/esm2022/src/render3/context_discovery.mjs +2 -2
- package/esm2022/src/render3/debug/framework_injector_profiler.mjs +2 -2
- package/esm2022/src/render3/debug/injector_profiler.mjs +2 -2
- package/esm2022/src/render3/debug/set_debug_info.mjs +2 -2
- package/esm2022/src/render3/definition.mjs +2 -2
- package/esm2022/src/render3/definition_factory.mjs +2 -2
- package/esm2022/src/render3/deps_tracker/api.mjs +2 -2
- package/esm2022/src/render3/deps_tracker/deps_tracker.mjs +2 -2
- package/esm2022/src/render3/di.mjs +2 -2
- package/esm2022/src/render3/di_setup.mjs +2 -2
- package/esm2022/src/render3/errors.mjs +2 -2
- package/esm2022/src/render3/errors_di.mjs +2 -2
- package/esm2022/src/render3/features/copy_definition_feature.mjs +2 -2
- package/esm2022/src/render3/features/host_directives_feature.mjs +2 -2
- package/esm2022/src/render3/features/inherit_definition_feature.mjs +2 -2
- package/esm2022/src/render3/features/input_transforms_feature.mjs +2 -2
- package/esm2022/src/render3/features/ng_onchanges_feature.mjs +2 -2
- package/esm2022/src/render3/features/providers_feature.mjs +1 -1
- package/esm2022/src/render3/features/standalone_feature.mjs +2 -2
- package/esm2022/src/render3/fields.mjs +2 -2
- package/esm2022/src/render3/global_utils_api.mjs +2 -2
- package/esm2022/src/render3/hooks.mjs +2 -2
- package/esm2022/src/render3/i18n/i18n_apply.mjs +2 -2
- package/esm2022/src/render3/i18n/i18n_debug.mjs +2 -2
- package/esm2022/src/render3/i18n/i18n_insert_before_index.mjs +2 -2
- package/esm2022/src/render3/i18n/i18n_locale_id.mjs +2 -2
- package/esm2022/src/render3/i18n/i18n_parse.mjs +2 -2
- package/esm2022/src/render3/i18n/i18n_postprocess.mjs +2 -2
- package/esm2022/src/render3/i18n/i18n_tree_shaking.mjs +2 -2
- package/esm2022/src/render3/i18n/i18n_util.mjs +2 -2
- package/esm2022/src/render3/index.mjs +2 -2
- package/esm2022/src/render3/instructions/advance.mjs +2 -2
- package/esm2022/src/render3/instructions/all.mjs +2 -2
- package/esm2022/src/render3/instructions/attribute.mjs +2 -2
- package/esm2022/src/render3/instructions/attribute_interpolation.mjs +1 -1
- package/esm2022/src/render3/instructions/change_detection.mjs +2 -2
- package/esm2022/src/render3/instructions/class_map_interpolation.mjs +2 -2
- package/esm2022/src/render3/instructions/component_instance.mjs +2 -2
- package/esm2022/src/render3/instructions/control_flow.mjs +2 -2
- package/esm2022/src/render3/instructions/di.mjs +2 -2
- package/esm2022/src/render3/instructions/di_attr.mjs +2 -2
- package/esm2022/src/render3/instructions/element.mjs +2 -2
- package/esm2022/src/render3/instructions/element_container.mjs +2 -2
- package/esm2022/src/render3/instructions/element_validation.mjs +2 -2
- package/esm2022/src/render3/instructions/get_current_view.mjs +1 -1
- package/esm2022/src/render3/instructions/host_property.mjs +2 -2
- package/esm2022/src/render3/instructions/i18n.mjs +2 -2
- package/esm2022/src/render3/instructions/i18n_icu_container_visitor.mjs +2 -2
- package/esm2022/src/render3/instructions/interpolation.mjs +2 -2
- package/esm2022/src/render3/instructions/let_declaration.mjs +2 -2
- package/esm2022/src/render3/instructions/listener.mjs +2 -2
- package/esm2022/src/render3/instructions/mark_view_dirty.mjs +2 -2
- package/esm2022/src/render3/instructions/namespace.mjs +2 -2
- package/esm2022/src/render3/instructions/next_context.mjs +2 -2
- package/esm2022/src/render3/instructions/projection.mjs +2 -2
- package/esm2022/src/render3/instructions/property.mjs +2 -2
- package/esm2022/src/render3/instructions/property_interpolation.mjs +1 -1
- package/esm2022/src/render3/instructions/queries.mjs +2 -2
- package/esm2022/src/render3/instructions/queries_signals.mjs +2 -2
- package/esm2022/src/render3/instructions/render.mjs +2 -2
- package/esm2022/src/render3/instructions/shared.mjs +2 -2
- package/esm2022/src/render3/instructions/storage.mjs +2 -2
- package/esm2022/src/render3/instructions/style_map_interpolation.mjs +2 -2
- package/esm2022/src/render3/instructions/style_prop_interpolation.mjs +2 -2
- package/esm2022/src/render3/instructions/styling.mjs +2 -2
- package/esm2022/src/render3/instructions/template.mjs +2 -2
- package/esm2022/src/render3/instructions/text.mjs +2 -2
- package/esm2022/src/render3/instructions/text_interpolation.mjs +2 -2
- package/esm2022/src/render3/instructions/two_way.mjs +2 -2
- package/esm2022/src/render3/instructions/write_to_directive_input.mjs +2 -2
- package/esm2022/src/render3/interfaces/attribute_marker.mjs +2 -2
- package/esm2022/src/render3/interfaces/container.mjs +2 -2
- package/esm2022/src/render3/interfaces/context.mjs +2 -2
- package/esm2022/src/render3/interfaces/definition.mjs +2 -2
- package/esm2022/src/render3/interfaces/document.mjs +2 -2
- package/esm2022/src/render3/interfaces/i18n.mjs +2 -2
- package/esm2022/src/render3/interfaces/injector.mjs +2 -2
- package/esm2022/src/render3/interfaces/input_flags.mjs +2 -2
- package/esm2022/src/render3/interfaces/lview_tracking.mjs +2 -2
- package/esm2022/src/render3/interfaces/node.mjs +1 -1
- package/esm2022/src/render3/interfaces/projection.mjs +2 -2
- package/esm2022/src/render3/interfaces/public_definitions.mjs +2 -2
- package/esm2022/src/render3/interfaces/query.mjs +2 -2
- package/esm2022/src/render3/interfaces/renderer.mjs +2 -2
- package/esm2022/src/render3/interfaces/renderer_dom.mjs +2 -2
- package/esm2022/src/render3/interfaces/sanitization.mjs +2 -2
- package/esm2022/src/render3/interfaces/styling.mjs +2 -2
- package/esm2022/src/render3/interfaces/type_checks.mjs +2 -2
- package/esm2022/src/render3/interfaces/view.mjs +2 -2
- package/esm2022/src/render3/jit/directive.mjs +2 -2
- package/esm2022/src/render3/jit/environment.mjs +2 -2
- package/esm2022/src/render3/jit/jit_options.mjs +1 -1
- package/esm2022/src/render3/jit/module.mjs +2 -2
- package/esm2022/src/render3/jit/module_patch.mjs +2 -2
- package/esm2022/src/render3/jit/partial.mjs +2 -2
- package/esm2022/src/render3/jit/pipe.mjs +2 -2
- package/esm2022/src/render3/jit/util.mjs +2 -2
- package/esm2022/src/render3/list_reconciliation.mjs +2 -2
- package/esm2022/src/render3/local_compilation.mjs +2 -2
- package/esm2022/src/render3/metadata.mjs +2 -2
- package/esm2022/src/render3/namespaces.mjs +2 -2
- package/esm2022/src/render3/ng_module_ref.mjs +2 -2
- package/esm2022/src/render3/node_assert.mjs +2 -2
- package/esm2022/src/render3/node_manipulation.mjs +2 -2
- package/esm2022/src/render3/node_manipulation_i18n.mjs +2 -2
- package/esm2022/src/render3/node_selector_matcher.mjs +2 -2
- package/esm2022/src/render3/pipe.mjs +2 -2
- package/esm2022/src/render3/profiler.mjs +2 -2
- package/esm2022/src/render3/profiler_types.mjs +2 -2
- package/esm2022/src/render3/pure_function.mjs +2 -2
- package/esm2022/src/render3/query.mjs +2 -2
- package/esm2022/src/render3/query_reactive.mjs +2 -2
- package/esm2022/src/render3/reactive_lview_consumer.mjs +2 -2
- package/esm2022/src/render3/reactivity/api.mjs +2 -2
- package/esm2022/src/render3/reactivity/asserts.mjs +2 -2
- package/esm2022/src/render3/reactivity/computed.mjs +2 -2
- package/esm2022/src/render3/reactivity/effect.mjs +2 -2
- package/esm2022/src/render3/reactivity/signal.mjs +2 -2
- package/esm2022/src/render3/reactivity/untracked.mjs +2 -2
- package/esm2022/src/render3/scope.mjs +2 -2
- package/esm2022/src/render3/state.mjs +2 -2
- package/esm2022/src/render3/styling/class_differ.mjs +2 -2
- package/esm2022/src/render3/styling/static_styling.mjs +2 -2
- package/esm2022/src/render3/styling/style_binding_list.mjs +2 -2
- package/esm2022/src/render3/styling/styling_parser.mjs +2 -2
- package/esm2022/src/render3/tokens.mjs +2 -2
- package/esm2022/src/render3/util/attrs_utils.mjs +1 -1
- package/esm2022/src/render3/util/change_detection_utils.mjs +2 -2
- package/esm2022/src/render3/util/discovery_utils.mjs +2 -2
- package/esm2022/src/render3/util/global_utils.mjs +2 -2
- package/esm2022/src/render3/util/injector_discovery_utils.mjs +2 -2
- package/esm2022/src/render3/util/injector_utils.mjs +2 -2
- package/esm2022/src/render3/util/misc_utils.mjs +2 -2
- package/esm2022/src/render3/util/stringify_utils.mjs +2 -2
- package/esm2022/src/render3/util/view_traversal_utils.mjs +2 -2
- package/esm2022/src/render3/util/view_utils.mjs +2 -2
- package/esm2022/src/render3/view_engine_compatibility_prebound.mjs +2 -2
- package/esm2022/src/render3/view_manipulation.mjs +2 -2
- package/esm2022/src/render3/view_ref.mjs +2 -2
- package/esm2022/src/sanitization/bypass.mjs +2 -2
- package/esm2022/src/sanitization/html_sanitizer.mjs +2 -2
- package/esm2022/src/sanitization/iframe_attrs_validation.mjs +2 -2
- package/esm2022/src/sanitization/inert_body.mjs +2 -2
- package/esm2022/src/sanitization/sanitization.mjs +2 -2
- package/esm2022/src/sanitization/sanitizer.mjs +2 -2
- package/esm2022/src/sanitization/security.mjs +2 -2
- package/esm2022/src/sanitization/url_sanitizer.mjs +2 -2
- package/esm2022/src/testability/testability.mjs +2 -2
- package/esm2022/src/transfer_state.mjs +2 -2
- package/esm2022/src/util/array_utils.mjs +2 -2
- package/esm2022/src/util/assert.mjs +2 -2
- package/esm2022/src/util/callback_scheduler.mjs +2 -2
- package/esm2022/src/util/char_code.mjs +2 -2
- package/esm2022/src/util/closure.mjs +2 -2
- package/esm2022/src/util/coercion.mjs +2 -2
- package/esm2022/src/util/comparison.mjs +2 -2
- package/esm2022/src/util/decorators.mjs +2 -2
- package/esm2022/src/util/dom.mjs +2 -2
- package/esm2022/src/util/empty.mjs +2 -2
- package/esm2022/src/util/errors.mjs +2 -2
- package/esm2022/src/util/global.mjs +2 -2
- package/esm2022/src/util/is_dev_mode.mjs +2 -2
- package/esm2022/src/util/iterable.mjs +2 -2
- package/esm2022/src/util/lang.mjs +2 -2
- package/esm2022/src/util/ng_dev_mode.mjs +2 -2
- package/esm2022/src/util/ng_i18n_closure_mode.mjs +2 -2
- package/esm2022/src/util/ng_jit_mode.mjs +2 -2
- package/esm2022/src/util/ng_reflect.mjs +2 -2
- package/esm2022/src/util/noop.mjs +2 -2
- package/esm2022/src/util/performance.mjs +2 -2
- package/esm2022/src/util/property.mjs +2 -2
- package/esm2022/src/util/security/trusted_type_defs.mjs +2 -2
- package/esm2022/src/util/security/trusted_types.mjs +2 -2
- package/esm2022/src/util/security/trusted_types_bypass.mjs +2 -2
- package/esm2022/src/util/stringify.mjs +2 -2
- package/esm2022/src/version.mjs +3 -3
- package/esm2022/src/view/provider_flags.mjs +2 -2
- package/esm2022/src/zone/async-stack-tagging.mjs +2 -2
- package/esm2022/src/zone/ng_zone.mjs +2 -2
- package/esm2022/src/zone.mjs +2 -2
- package/esm2022/testing/index.mjs +2 -2
- package/esm2022/testing/public_api.mjs +2 -2
- package/esm2022/testing/src/application_error_handler.mjs +5 -5
- package/esm2022/testing/src/async.mjs +2 -2
- package/esm2022/testing/src/component_fixture.mjs +2 -2
- package/esm2022/testing/src/defer.mjs +2 -2
- package/esm2022/testing/src/fake_async.mjs +2 -2
- package/esm2022/testing/src/logger.mjs +5 -5
- package/esm2022/testing/src/metadata_override.mjs +2 -2
- package/esm2022/testing/src/metadata_overrider.mjs +2 -2
- package/esm2022/testing/src/resolvers.mjs +2 -2
- package/esm2022/testing/src/styling.mjs +2 -2
- package/esm2022/testing/src/test_bed.mjs +2 -2
- package/esm2022/testing/src/test_bed_common.mjs +2 -2
- package/esm2022/testing/src/test_bed_compiler.mjs +2 -2
- package/esm2022/testing/src/test_hooks.mjs +2 -2
- package/esm2022/testing/src/testing.mjs +2 -2
- package/esm2022/testing/src/testing_internal.mjs +2 -2
- package/fesm2022/core.mjs +9 -9
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/primitives/signals.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +2 -2
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +4 -4
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +5 -4
- package/package.json +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/migrations/after-render-phase/bundle.js +4 -4
- package/schematics/migrations/http-providers/bundle.js +4 -4
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +4 -4
- package/schematics/ng-generate/control-flow-migration/bundle.js +4 -4
- package/schematics/ng-generate/inject-migration/bundle.js +4 -4
- package/schematics/ng-generate/route-lazy-loading/bundle.js +2 -16
- package/schematics/ng-generate/standalone-migration/bundle.js +13 -13
- package/testing/index.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v18.2.
|
|
2
|
+
* @license Angular v18.2.6
|
|
3
3
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1665,9 +1665,10 @@ export declare interface ComponentDecorator {
|
|
|
1665
1665
|
* Unlike other directives, only one component can be instantiated for a given element in a
|
|
1666
1666
|
* template.
|
|
1667
1667
|
*
|
|
1668
|
-
*
|
|
1669
|
-
*
|
|
1670
|
-
*
|
|
1668
|
+
* Standalone components can be directly imported in any other standalone component or NgModule.
|
|
1669
|
+
* NgModule based apps on the other hand require components to belong to an NgModule in
|
|
1670
|
+
* order for them to be available to another component or application. To make a component a
|
|
1671
|
+
* member of an NgModule, list it in the `declarations` field of the `NgModule` metadata.
|
|
1671
1672
|
*
|
|
1672
1673
|
* Note that, in addition to these options for configuring a directive,
|
|
1673
1674
|
* you can control a component's runtime behavior by implementing
|
package/package.json
CHANGED
package/rxjs-interop/index.d.ts
CHANGED
|
@@ -23451,7 +23451,7 @@ function publishFacade(global) {
|
|
|
23451
23451
|
}
|
|
23452
23452
|
|
|
23453
23453
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23454
|
-
var VERSION2 = new Version("18.2.
|
|
23454
|
+
var VERSION2 = new Version("18.2.6");
|
|
23455
23455
|
|
|
23456
23456
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23457
23457
|
var _VisitorMode;
|
|
@@ -27314,7 +27314,7 @@ function runMigration(tree, tsconfigPath, basePath) {
|
|
|
27314
27314
|
* Copyright Google LLC All Rights Reserved.
|
|
27315
27315
|
*
|
|
27316
27316
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27317
|
-
* found in the LICENSE file at https://angular.
|
|
27317
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27318
27318
|
*/
|
|
27319
27319
|
/**
|
|
27320
27320
|
*
|
|
@@ -27322,12 +27322,12 @@ function runMigration(tree, tsconfigPath, basePath) {
|
|
|
27322
27322
|
* Copyright Google LLC All Rights Reserved.
|
|
27323
27323
|
*
|
|
27324
27324
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27325
|
-
* found in the LICENSE file at https://angular.
|
|
27325
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27326
27326
|
*/
|
|
27327
27327
|
/**
|
|
27328
27328
|
* @license
|
|
27329
27329
|
* Copyright Google LLC All Rights Reserved.
|
|
27330
27330
|
*
|
|
27331
27331
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27332
|
-
* found in the LICENSE file at https://angular.
|
|
27332
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27333
27333
|
*/
|
|
@@ -23451,7 +23451,7 @@ function publishFacade(global) {
|
|
|
23451
23451
|
}
|
|
23452
23452
|
|
|
23453
23453
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23454
|
-
var VERSION2 = new Version("18.2.
|
|
23454
|
+
var VERSION2 = new Version("18.2.6");
|
|
23455
23455
|
|
|
23456
23456
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23457
23457
|
var _VisitorMode;
|
|
@@ -27563,7 +27563,7 @@ function runMigration(tree, tsconfigPath, basePath) {
|
|
|
27563
27563
|
* Copyright Google LLC All Rights Reserved.
|
|
27564
27564
|
*
|
|
27565
27565
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27566
|
-
* found in the LICENSE file at https://angular.
|
|
27566
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27567
27567
|
*/
|
|
27568
27568
|
/**
|
|
27569
27569
|
*
|
|
@@ -27571,12 +27571,12 @@ function runMigration(tree, tsconfigPath, basePath) {
|
|
|
27571
27571
|
* Copyright Google LLC All Rights Reserved.
|
|
27572
27572
|
*
|
|
27573
27573
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27574
|
-
* found in the LICENSE file at https://angular.
|
|
27574
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27575
27575
|
*/
|
|
27576
27576
|
/**
|
|
27577
27577
|
* @license
|
|
27578
27578
|
* Copyright Google LLC All Rights Reserved.
|
|
27579
27579
|
*
|
|
27580
27580
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27581
|
-
* found in the LICENSE file at https://angular.
|
|
27581
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27582
27582
|
*/
|
|
@@ -23572,7 +23572,7 @@ function publishFacade(global) {
|
|
|
23572
23572
|
}
|
|
23573
23573
|
|
|
23574
23574
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23575
|
-
var VERSION2 = new Version("18.2.
|
|
23575
|
+
var VERSION2 = new Version("18.2.6");
|
|
23576
23576
|
|
|
23577
23577
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23578
23578
|
var _VisitorMode;
|
|
@@ -23789,7 +23789,7 @@ function runInvalidTwoWayBindingsMigration(tree, tsconfigPath, basePath) {
|
|
|
23789
23789
|
* Copyright Google LLC All Rights Reserved.
|
|
23790
23790
|
*
|
|
23791
23791
|
* Use of this source code is governed by an MIT-style license that can be
|
|
23792
|
-
* found in the LICENSE file at https://angular.
|
|
23792
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
23793
23793
|
*/
|
|
23794
23794
|
/**
|
|
23795
23795
|
*
|
|
@@ -23797,12 +23797,12 @@ function runInvalidTwoWayBindingsMigration(tree, tsconfigPath, basePath) {
|
|
|
23797
23797
|
* Copyright Google LLC All Rights Reserved.
|
|
23798
23798
|
*
|
|
23799
23799
|
* Use of this source code is governed by an MIT-style license that can be
|
|
23800
|
-
* found in the LICENSE file at https://angular.
|
|
23800
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
23801
23801
|
*/
|
|
23802
23802
|
/**
|
|
23803
23803
|
* @license
|
|
23804
23804
|
* Copyright Google LLC All Rights Reserved.
|
|
23805
23805
|
*
|
|
23806
23806
|
* Use of this source code is governed by an MIT-style license that can be
|
|
23807
|
-
* found in the LICENSE file at https://angular.
|
|
23807
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
23808
23808
|
*/
|
|
@@ -23357,7 +23357,7 @@ function publishFacade(global) {
|
|
|
23357
23357
|
}
|
|
23358
23358
|
|
|
23359
23359
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23360
|
-
var VERSION2 = new Version("18.2.
|
|
23360
|
+
var VERSION2 = new Version("18.2.6");
|
|
23361
23361
|
|
|
23362
23362
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23363
23363
|
var _VisitorMode;
|
|
@@ -28057,7 +28057,7 @@ function generateErrorMessage(path2, errors) {
|
|
|
28057
28057
|
* Copyright Google LLC All Rights Reserved.
|
|
28058
28058
|
*
|
|
28059
28059
|
* Use of this source code is governed by an MIT-style license that can be
|
|
28060
|
-
* found in the LICENSE file at https://angular.
|
|
28060
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
28061
28061
|
*/
|
|
28062
28062
|
/**
|
|
28063
28063
|
*
|
|
@@ -28065,12 +28065,12 @@ function generateErrorMessage(path2, errors) {
|
|
|
28065
28065
|
* Copyright Google LLC All Rights Reserved.
|
|
28066
28066
|
*
|
|
28067
28067
|
* Use of this source code is governed by an MIT-style license that can be
|
|
28068
|
-
* found in the LICENSE file at https://angular.
|
|
28068
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
28069
28069
|
*/
|
|
28070
28070
|
/**
|
|
28071
28071
|
* @license
|
|
28072
28072
|
* Copyright Google LLC All Rights Reserved.
|
|
28073
28073
|
*
|
|
28074
28074
|
* Use of this source code is governed by an MIT-style license that can be
|
|
28075
|
-
* found in the LICENSE file at https://angular.
|
|
28075
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
28076
28076
|
*/
|
|
@@ -23314,7 +23314,7 @@ function publishFacade(global) {
|
|
|
23314
23314
|
}
|
|
23315
23315
|
|
|
23316
23316
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23317
|
-
var VERSION2 = new Version("18.2.
|
|
23317
|
+
var VERSION2 = new Version("18.2.6");
|
|
23318
23318
|
|
|
23319
23319
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23320
23320
|
var _VisitorMode;
|
|
@@ -27758,7 +27758,7 @@ function runInjectMigration(tree, tsconfigPath, basePath, pathToMigrate, schemat
|
|
|
27758
27758
|
* Copyright Google LLC All Rights Reserved.
|
|
27759
27759
|
*
|
|
27760
27760
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27761
|
-
* found in the LICENSE file at https://angular.
|
|
27761
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27762
27762
|
*/
|
|
27763
27763
|
/**
|
|
27764
27764
|
*
|
|
@@ -27766,12 +27766,12 @@ function runInjectMigration(tree, tsconfigPath, basePath, pathToMigrate, schemat
|
|
|
27766
27766
|
* Copyright Google LLC All Rights Reserved.
|
|
27767
27767
|
*
|
|
27768
27768
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27769
|
-
* found in the LICENSE file at https://angular.
|
|
27769
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27770
27770
|
*/
|
|
27771
27771
|
/**
|
|
27772
27772
|
* @license
|
|
27773
27773
|
* Copyright Google LLC All Rights Reserved.
|
|
27774
27774
|
*
|
|
27775
27775
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27776
|
-
* found in the LICENSE file at https://angular.
|
|
27776
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27777
27777
|
*/
|
|
@@ -23315,7 +23315,7 @@ function publishFacade(global) {
|
|
|
23315
23315
|
}
|
|
23316
23316
|
|
|
23317
23317
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23318
|
-
var VERSION2 = new Version("18.2.
|
|
23318
|
+
var VERSION2 = new Version("18.2.6");
|
|
23319
23319
|
|
|
23320
23320
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23321
23321
|
var _VisitorMode;
|
|
@@ -27447,22 +27447,8 @@ function standaloneRoutesMigration(tree, tsconfigPath, basePath, pathToMigrate,
|
|
|
27447
27447
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27448
27448
|
* found in the LICENSE file at https://angular.dev/license
|
|
27449
27449
|
*/
|
|
27450
|
-
/*!
|
|
27451
|
-
* @license
|
|
27452
|
-
* Copyright Google LLC All Rights Reserved.
|
|
27453
|
-
*
|
|
27454
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
27455
|
-
* found in the LICENSE file at https://angular.io/license
|
|
27456
|
-
*/
|
|
27457
27450
|
/**
|
|
27458
27451
|
*
|
|
27459
|
-
* @license
|
|
27460
|
-
* Copyright Google LLC All Rights Reserved.
|
|
27461
|
-
*
|
|
27462
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
27463
|
-
* found in the LICENSE file at https://angular.io/license
|
|
27464
|
-
*/
|
|
27465
|
-
/**
|
|
27466
27452
|
* @license
|
|
27467
27453
|
* Copyright Google LLC All Rights Reserved.
|
|
27468
27454
|
*
|
|
@@ -27474,5 +27460,5 @@ function standaloneRoutesMigration(tree, tsconfigPath, basePath, pathToMigrate,
|
|
|
27474
27460
|
* Copyright Google LLC All Rights Reserved.
|
|
27475
27461
|
*
|
|
27476
27462
|
* Use of this source code is governed by an MIT-style license that can be
|
|
27477
|
-
* found in the LICENSE file at https://angular.
|
|
27463
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
27478
27464
|
*/
|
|
@@ -26226,7 +26226,7 @@ function publishFacade(global) {
|
|
|
26226
26226
|
}
|
|
26227
26227
|
|
|
26228
26228
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
26229
|
-
var VERSION2 = new Version("18.2.
|
|
26229
|
+
var VERSION2 = new Version("18.2.6");
|
|
26230
26230
|
|
|
26231
26231
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
26232
26232
|
var _I18N_ATTR = "i18n";
|
|
@@ -27343,7 +27343,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
|
27343
27343
|
function compileDeclareClassMetadata(metadata) {
|
|
27344
27344
|
const definitionMap = new DefinitionMap();
|
|
27345
27345
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
27346
|
-
definitionMap.set("version", literal("18.2.
|
|
27346
|
+
definitionMap.set("version", literal("18.2.6"));
|
|
27347
27347
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27348
27348
|
definitionMap.set("type", metadata.type);
|
|
27349
27349
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -27362,7 +27362,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
27362
27362
|
callbackReturnDefinitionMap.set("ctorParameters", (_a2 = metadata.ctorParameters) != null ? _a2 : literal(null));
|
|
27363
27363
|
callbackReturnDefinitionMap.set("propDecorators", (_b2 = metadata.propDecorators) != null ? _b2 : literal(null));
|
|
27364
27364
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
27365
|
-
definitionMap.set("version", literal("18.2.
|
|
27365
|
+
definitionMap.set("version", literal("18.2.6"));
|
|
27366
27366
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27367
27367
|
definitionMap.set("type", metadata.type);
|
|
27368
27368
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -27430,7 +27430,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
27430
27430
|
const definitionMap = new DefinitionMap();
|
|
27431
27431
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
27432
27432
|
definitionMap.set("minVersion", literal(minVersion));
|
|
27433
|
-
definitionMap.set("version", literal("18.2.
|
|
27433
|
+
definitionMap.set("version", literal("18.2.6"));
|
|
27434
27434
|
definitionMap.set("type", meta.type.value);
|
|
27435
27435
|
if (meta.isStandalone) {
|
|
27436
27436
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -27748,7 +27748,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
|
|
|
27748
27748
|
function compileDeclareFactoryFunction(meta) {
|
|
27749
27749
|
const definitionMap = new DefinitionMap();
|
|
27750
27750
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
27751
|
-
definitionMap.set("version", literal("18.2.
|
|
27751
|
+
definitionMap.set("version", literal("18.2.6"));
|
|
27752
27752
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27753
27753
|
definitionMap.set("type", meta.type.value);
|
|
27754
27754
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -27771,7 +27771,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
27771
27771
|
function createInjectableDefinitionMap(meta) {
|
|
27772
27772
|
const definitionMap = new DefinitionMap();
|
|
27773
27773
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
27774
|
-
definitionMap.set("version", literal("18.2.
|
|
27774
|
+
definitionMap.set("version", literal("18.2.6"));
|
|
27775
27775
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27776
27776
|
definitionMap.set("type", meta.type.value);
|
|
27777
27777
|
if (meta.providedIn !== void 0) {
|
|
@@ -27809,7 +27809,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
27809
27809
|
function createInjectorDefinitionMap(meta) {
|
|
27810
27810
|
const definitionMap = new DefinitionMap();
|
|
27811
27811
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
27812
|
-
definitionMap.set("version", literal("18.2.
|
|
27812
|
+
definitionMap.set("version", literal("18.2.6"));
|
|
27813
27813
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27814
27814
|
definitionMap.set("type", meta.type.value);
|
|
27815
27815
|
definitionMap.set("providers", meta.providers);
|
|
@@ -27833,7 +27833,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
27833
27833
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
27834
27834
|
}
|
|
27835
27835
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
27836
|
-
definitionMap.set("version", literal("18.2.
|
|
27836
|
+
definitionMap.set("version", literal("18.2.6"));
|
|
27837
27837
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27838
27838
|
definitionMap.set("type", meta.type.value);
|
|
27839
27839
|
if (meta.bootstrap.length > 0) {
|
|
@@ -27868,7 +27868,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
27868
27868
|
function createPipeDefinitionMap(meta) {
|
|
27869
27869
|
const definitionMap = new DefinitionMap();
|
|
27870
27870
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
27871
|
-
definitionMap.set("version", literal("18.2.
|
|
27871
|
+
definitionMap.set("version", literal("18.2.6"));
|
|
27872
27872
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27873
27873
|
definitionMap.set("type", meta.type.value);
|
|
27874
27874
|
if (meta.isStandalone) {
|
|
@@ -27885,7 +27885,7 @@ function createPipeDefinitionMap(meta) {
|
|
|
27885
27885
|
publishFacade(_global);
|
|
27886
27886
|
|
|
27887
27887
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
27888
|
-
var VERSION3 = new Version("18.2.
|
|
27888
|
+
var VERSION3 = new Version("18.2.6");
|
|
27889
27889
|
|
|
27890
27890
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
27891
27891
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
@@ -52274,7 +52274,7 @@ function standaloneMigration(tree, tsconfigPath, basePath, pathToMigrate, schema
|
|
|
52274
52274
|
* Copyright Google LLC All Rights Reserved.
|
|
52275
52275
|
*
|
|
52276
52276
|
* Use of this source code is governed by an MIT-style license that can be
|
|
52277
|
-
* found in the LICENSE file at https://angular.
|
|
52277
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
52278
52278
|
*/
|
|
52279
52279
|
/**
|
|
52280
52280
|
*
|
|
@@ -52282,12 +52282,12 @@ function standaloneMigration(tree, tsconfigPath, basePath, pathToMigrate, schema
|
|
|
52282
52282
|
* Copyright Google LLC All Rights Reserved.
|
|
52283
52283
|
*
|
|
52284
52284
|
* Use of this source code is governed by an MIT-style license that can be
|
|
52285
|
-
* found in the LICENSE file at https://angular.
|
|
52285
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
52286
52286
|
*/
|
|
52287
52287
|
/**
|
|
52288
52288
|
* @license
|
|
52289
52289
|
* Copyright Google LLC All Rights Reserved.
|
|
52290
52290
|
*
|
|
52291
52291
|
* Use of this source code is governed by an MIT-style license that can be
|
|
52292
|
-
* found in the LICENSE file at https://angular.
|
|
52292
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
52293
52293
|
*/
|
package/testing/index.d.ts
CHANGED