provideTranslationScope()
ts
function provideTranslationScope(scope): ValueProvider;Defined in: src/providers/scope.provider.ts:14
Provide a translation scope
Parameters
| Parameter | Type | Description |
|---|---|---|
scope | string | The translation scope to provide |
Returns
ValueProvider
A ValueProvider for the translation scope
Since
1.0.0
Author
Simon Kovtyk