Replies: 1 comment
-
Example of usage:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To fully encapsulate libraries from the main application and avoid repetitively adding prefix of the scope within the library, it would be beneficial to have an injection token something like
TRANSLOCO_PREFIX
, which could be injected once at the library level along with the scope. Alternatively, adding a property alongsidescope
andalias
, such asencapsulate
orprefix
, could achieve similar functionality.Beta Was this translation helpful? Give feedback.
All reactions