mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The new expression lowering lowers everything after `useValue` / `useFactory` into a separate exported variable. If the value was a `forwardRef`, this was passed to the runtime and resulted in errors. This change unwraps `forwardRef`s during runtime again. Note: we can’t unwrap the `forwardRef` into an exported variable during compile time, as this would defeat the purpose of the `forwardRef` in referring to something that can’t be referred to at this position. |
||
|---|---|---|
| .. | ||
| all_spec.ts | ||
| animate_spec.ts | ||
| basic_spec.ts | ||
| entry_components_spec.ts | ||
| forward_ref_spec.ts | ||
| i18n_spec.ts | ||
| init.ts | ||
| jit_summaries_spec.ts | ||
| ng_module_spec.ts | ||
| projection_spec.ts | ||
| query_spec.ts | ||
| source_map_spec.ts | ||
| test_ngtools_api.ts | ||
| test_summaries.ts | ||
| util.ts | ||