mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Now that we can specify `directives` in either `@View` or `@Component`, we will try to parse from both. Previously, we would trash any `directives` parsed in the first annotation upon encountering the second annotation. This ensures that we maintain that list of `directives` regardless of annotation ordering. |
||
|---|---|---|
| .. | ||
| bind_generator | ||
| common | ||
| deferred_rewriter | ||
| directive_metadata_linker | ||
| directive_processor | ||
| inliner_for_test | ||
| integration | ||
| reflection_remover | ||
| stylesheet_compiler | ||
| template_compiler | ||
| transform.server.spec.dart | ||