mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| application_config.ts | ||
| application_init.ts | ||
| application_module.ts | ||
| application_ngmodule_factory_compiler.ts | ||
| application_ref.ts | ||
| application_tokens.ts | ||
| create_application.ts | ||
| platform_tokens.ts | ||
| tracing.ts | ||