Injection fails when the action is triggered from a child component
Learning Angular 18, I am facing an unexpected behaviour: injection silently failing when an action is triggered by a child component, but ultimately it’s defined in the parent component, where the injection fails.