mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit introduces three additional diagnostics for queries: - If a query (either using decorator or signal-based) is declared on a static class member, a diagnostic is raised. - If a signal-based query is mixed with a query decorator, a diagnostic is raised. Similar to signal inputs. - If a singal-based query is also declared in the directive/component class decorator metadata, a diagnostic is raised. PR Close #54019 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| ngcc | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||