Resolution Modifiers in Angular
May 27, 2024 · 2 min read · Resolution modifiers are used in Angular to control the scope and behavior of dependency resolution within the component hierarchy. They fall into 4 categories: Optional, Self, SkipSelf and Host Optional() This means that the injection of service is ...
Join discussion



