I would love it if we could pass in parameters to a scope when it is created. For instance: when creating a User scope on login, I could pass in the user id. then every object in the scope can inject the user id.
a
arnaud.giuliani
05/09/2023, 4:44 PM
each scope has a
declare
function, where you can define a "local" dependency just for this scope instance