mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
An `if` block can specify an alias for its main expression. We now support these in the template pipeline: - We generate a temporary variable for the original expression - We pass the temporary to the `conditional` instruction's context argument - We provide the alias's name in the ambient context variables map The context variables map now also accepts a name whose lookup value on the context object is empty. This will be interpreted as a read of the entire context object. PR Close #51931 |
||
|---|---|---|
| .. | ||
| compliance | ||
| ngtsc | ||
| BUILD.bazel | ||
| downlevel_decorators_transform_spec.ts | ||
| extract_i18n_spec.ts | ||
| mocks.ts | ||
| perform_compile_spec.ts | ||
| perform_watch_spec.ts | ||
| test_support.ts | ||
| typescript_support_spec.ts | ||
| version_helpers_spec.ts | ||