Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
4.0.0-beta-3
-
None
-
None
Description
Usually used to have "placeholder" in components that scope is wider than the one injected (typically: singleton component wants session, so it can inject provider<session> but it have to make sure that provider.get is invoked ONLY within session scope).
Or how to implement this pattern now?