mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This walks all transitive descendant directives via the `LView` structure of the given input. This is a generic utility, but useful for finding all components in a tree to look for their associated `Injector` objects. One known limitation is that this does not cover child components of i18n messages as that was more complicated than I wanted to get into right now. |
||
|---|---|---|
| .. | ||
| attr_util_spec.ts | ||
| stringify_util_spec.ts | ||
| view_traversal_utils_spec.ts | ||