mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
de03e83980
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.