angular/packages/core/src/application
Alex Rickabaugh d27f97ddab refactor(core): introduce TracingService for snapshot-based tracing (#58771)
This commit introduces a private API, the `TracingService` DI token. By
providing this token, Angular can be configured to capture tracing snapshots
for certain operations such as change detection notifications, and to run
downstream operations within the context of those snapshots.
`TracingService` abstracts this context propagation and makes it pluggable.

PR Close #58771
2024-11-21 16:34:53 +00:00
..
application_config.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
application_init.ts refactor(core): fix deprecation version for APP_INITIALIZER and PLATFORM_INITIALIZER (#58322) 2024-10-23 08:01:28 -07:00
application_module.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
application_ngmodule_factory_compiler.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
application_ref.ts refactor(core): introduce TracingService for snapshot-based tracing (#58771) 2024-11-21 16:34:53 +00:00
application_tokens.ts refactor(core): fix deprecation version for APP_INITIALIZER and PLATFORM_INITIALIZER (#58322) 2024-10-23 08:01:28 -07:00
create_application.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
platform_tokens.ts refactor(core): add REQUEST, RESPONSE_INIT and REQUEST_CONTEXT tokens (#58669) 2024-11-14 14:21:21 -08:00
tracing.ts refactor(core): introduce TracingService for snapshot-based tracing (#58771) 2024-11-21 16:34:53 +00:00