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 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| ngcc | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||