angular/packages/core/test/acceptance
Kristiyan Kostadinov 611baaf069 feat(core): remove InjectFlags from public API (#60318)
Removes the deprecated `InjectFlags` symbol from the `@angular/core` public API, as well as all the places that accept it. The previous commit includes an automated migration to switch over to the new way of passing in flags.

BREAKING CHANGE:
* `InjectFlags` has been removed.
* `inject` no longer accepts `InjectFlags`.
* `Injector.get` no longer accepts `InjectFlags`.
* `EnvironmentInjector.get` no longer accepts `InjectFlags`.
* `TestBed.get` no longer accepts `InjectFlags`.
* `TestBed.inject` no longer accepts `InjectFlags`.

PR Close #60318
2025-03-11 11:33:09 -07:00
..
authoring refactor(core): log a warning instead of throwing error on OutputRef.emit when the directive is destroyed. (#60293) 2025-03-10 16:08:52 -07:00
after_render_effect_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
after_render_hook_spec.ts refactor(core): remove microtask effect (#60234) 2025-03-06 12:48:55 -08:00
attach_source_locations_spec.ts refactor(core): add runtime logic for attaching source locations (#58982) 2024-12-05 16:09:55 -08:00
attributes_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
bootstrap_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
BUILD.bazel feat(core): remove InjectFlags from public API (#60318) 2025-03-11 11:33:09 -07:00
change_detection_signals_in_zones_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
change_detection_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
change_detection_transplanted_view_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
common_integration_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
component_spec.ts refactor(core): move createComponent tests into a separate file (#60137) 2025-03-03 22:04:48 +00:00
content_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
control_flow_for_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
control_flow_if_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
control_flow_switch_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
copy_definition_feature_spec.ts refactor(core): Don't generate standalone: true for definitions (#58238) 2024-10-24 12:44:12 -07:00
create_component_spec.ts feat(core): support listening to outputs on dynamically-created components (#60137) 2025-03-03 22:04:49 +00:00
csp_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
defer_spec.ts fix(core): defer block render failures should report to application error handler (#60149) 2025-03-04 22:06:17 +00:00
defer_utils_spec.ts feat(core): add utility for resolving defer block information to ng global (#59184) 2024-12-16 10:26:43 -08:00
destroy_ref_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
di_forward_ref_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
di_spec.ts feat(core): remove InjectFlags from public API (#60318) 2025-03-11 11:33:09 -07:00
directive_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
discover_utils_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
embedded_views_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
env_injector_standalone_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
environment_injector_spec.ts feat(core): remove InjectFlags from public API (#60318) 2025-03-11 11:33:09 -07:00
exports_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
hmr_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
host_binding_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
host_directives_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
i18n_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
inherit_definition_feature_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
injector_profiler_spec.ts feat(core): remove InjectFlags from public API (#60318) 2025-03-11 11:33:09 -07:00
integration_spec.ts feat(compiler): support tagged template literals in expressions (#59947) 2025-02-28 19:53:33 +00:00
internal_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
let_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
lifecycle_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
listener_spec.ts refactor(core): drop render-related perf counters (#60200) 2025-03-06 10:33:54 -08:00
local_compilation_spec.ts refactor(core): remove the standalone feature (#58288) 2024-10-24 16:19:02 -07:00
ng_module_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
ngmodule_scope_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
outputs_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
pending_tasks_spec.ts fix(core): Catch and report rejections in async function of PendingTasks.run (#60044) 2025-03-03 17:13:33 +00:00
pipe_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
profiler_spec.ts feat(core): emit template function for template related profiler hooks (#60174) 2025-03-03 22:03:44 +00:00
property_binding_spec.ts test(core): update tests that were relying on implicit animations module (#59762) 2025-01-29 10:52:18 -08:00
property_interpolation_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
providers_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
pure_function_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
query_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
renderer_factory_spec.ts refactor(core): drop render-related perf counters (#60200) 2025-03-06 10:33:54 -08:00
router_integration_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
security_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
signal_debug_spec.ts refactor(core): implement experimental getSignalGraph debug API (#57074) 2024-12-10 13:47:03 -08:00
standalone_injector_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
standalone_spec.ts test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
styling_spec.ts refactor(core): drop render-related perf counters (#60200) 2025-03-06 10:33:54 -08:00
template_ref_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
text_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
tracing_spec.ts fix(core): Defer afterRender until after first CD (#59455) (#59551) 2025-02-12 12:20:04 -08:00
view_container_ref_spec.ts refactor(core): drop render-related perf counters (#60200) 2025-03-06 10:33:54 -08:00
view_insertion_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
view_ref_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00