You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
Constructs a new ServiceScope that is a child of the current scope.
Signature:
startNewChild(): ServiceScope;
Returns:
ServiceScope
the newly created root ServiceScope
Remarks
The service scopes form a tree structure, such that when consuming a service, if the key is not explicitly provided by a child scope, the parent hierarchy will be consulted.