mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit introduces the "t2" API, which processes parsed template ASTs and performs a number of functions such as binding (the process of semantically interpreting cross-references within the template) and directive matching. The API is modeled on TypeScript's TypeChecker API, with oracle methods that give access to collected metadata. This work is a prerequisite for the upcoming template type-checking functionality, and will also become the basis for a refactored TemplateDefinitionBuilder. PR Close #26203 |
||
|---|---|---|
| .. | ||
| view | ||
| BUILD.bazel | ||
| r3_template_transform_spec.ts | ||
| README.md | ||
| styling_spec.ts | ||
Tests in this directory are excluded from running in the browser and only run in node.