mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Similar to signal-based inputs, we support signal-based queries in JIT by expecting a decorator to be added. This is a consequence of the design, given that JIT requires query declaration information before the class is initialized- but ironically there is no way to collect this information without instantiating the class. A JIT transform in the Angular CLI will automatically generate these decorators for testing. PR Close #54019 |
||
|---|---|---|
| .. | ||
| declare_classmetadata_spec.ts | ||
| declare_component_spec.ts | ||
| declare_directive_spec.ts | ||
| declare_factory_spec.ts | ||
| declare_injectable_spec.ts | ||
| declare_injector_spec.ts | ||
| declare_ng_module_spec.ts | ||
| declare_pipe_spec.ts | ||
| directive_spec.ts | ||
| matcher.ts | ||