mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, the compiler would represent template dependencies of a component in its component definition through separate fields (`directives`, `pipes`). This commit refactors the compiler/runtime interface to use a single field (`dependencies`). The runtime component definition object still has separate `directiveDefs` and `pipeDefs`, which are calculated from the `dependencies` when the definition is evaluated. This change is also reflected in partially compiled declarations. To ensure compatibility with partially compiled code already on NPM, the linker will still honor the old form of declaration (with separate fields). PR Close #45672 |
||
|---|---|---|
| .. | ||
| 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 | ||