mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit ensures that errors during `ApplicationRef.tick` are
surfaced to the callsite rather than being caught and reported to the
`ErrorHandler`.
The current catch and report approach was originally
added in
|
||
|---|---|---|
| .. | ||
| 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 | ||