mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3616d7eb59
This commit implements the `StandaloneFeature` which provides for the creation of standalone injectors, for those components which need them. The feature-based implementation ensures the machinery for standalone injectors is properly tree-shakable. PR Close #45687