mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
adaecba95f
The `ComponentHandler.resolve` method is ~500 lines and is a bit hard to follow due to some very long `if` statements. These changes split the functionality across several smaller methods to make it easier to manage. PR Close #61018