mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Similar to `input()`, initializer-based `output()`'s need to be transformed in JIT to be annotated with an `@Output()` decorator. This is necessary so that Angular can statically collect all defined outputs without instantiating the class (which would not be possible upon directive definition computation). This commit introduces a transform next to the input transform that automatically runs with the Angular CLI and `ng test`. PR Close #54217 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| ngcc | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||