mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit defines the initial metadata for inputs passed around in the compiler-cli. Inputs will now capture additional metadata on whether they are signal-based or not. This is stored on a per-input basis as a Zone component may contain both, signal inputs or `@Input` inputs. The metadata is later used for type-checking, for partial output generation, or full compilation output generation. PR Close #53521 |
||
|---|---|---|
| .. | ||
| bin | ||
| ngtsc | ||
| transformers | ||
| extract_i18n.ts | ||
| main.ts | ||
| perform_compile.ts | ||
| perform_watch.ts | ||
| typescript_support.ts | ||
| version.ts | ||
| version_helpers.ts | ||