angular/goldens/public-api
Paul Gschwendtner 17a47c4c54 refactor(compiler-cli): additional diagnostics for signal-based queries (#54019)
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
2024-01-24 16:13:31 +01:00
..
animations refactor: change public const enums to enums (#51670) 2023-10-25 10:39:18 -07:00
common fix(common): remove unused parameters from the ngClass constructor (#53831) 2024-01-08 14:38:50 -08:00
compiler-cli refactor(compiler-cli): additional diagnostics for signal-based queries (#54019) 2024-01-24 16:13:31 +01:00
core Revert "refactor(core): improve forwardRef typings (#53880)" (#53961) 2024-01-17 13:56:07 -08:00
elements fix(elements): support input transform functions (#50713) 2023-06-22 09:47:16 -07:00
forms refactor: add readonly to public InjectionToken types (#51125) 2023-08-14 17:17:35 -07:00
localize build: remove unneeded babel types postinstall patching (#53441) 2023-12-08 14:33:59 -08:00
platform-browser refactor(animations): EnvironmentProviders for provideAnimationsAsync (#52862) 2023-11-13 17:27:31 +00:00
platform-browser-dynamic test: update api goldens to reflect api-golden bazel rule change (#45461) 2022-03-29 09:26:00 -07:00
platform-server refactor: add readonly to public InjectionToken types (#51125) 2023-08-14 17:17:35 -07:00
router feat(router): Add transient info to RouterLink input (#53784) 2024-01-05 11:28:31 -08:00
service-worker refactor(service-worker): Remove deprecated activated & available observables. (#49498) 2023-10-10 11:54:07 -07:00
upgrade fix(compiler-cli): libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714) 2023-06-14 16:27:59 +02:00
manage.js refactor(dev-infra): remove dependency on minimist (#43644) 2021-10-04 17:31:03 -07:00