Class: FyzTranslateTranslocoConfigService
@flyze/lib-core-angular 1.0.0-alpha.34· latestDefined in: projects/lib-core-angular/src/lib/fyz-translate/services/fyz-translate-transloco-config.service.ts:17
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FyzTranslateTranslocoConfigService(
dataProviderServiceProvider,translocoService):FyzTranslateTranslocoConfigService
Defined in: projects/lib-core-angular/src/lib/fyz-translate/services/fyz-translate-transloco-config.service.ts:22
Parameters
Section titled “Parameters”dataProviderServiceProvider
Section titled “dataProviderServiceProvider”translocoService
Section titled “translocoService”TranslocoService
Returns
Section titled “Returns”FyzTranslateTranslocoConfigService
Methods
Section titled “Methods”applyConfigLocal()
Section titled “applyConfigLocal()”applyConfigLocal(
config):void
Defined in: projects/lib-core-angular/src/lib/fyz-translate/services/fyz-translate-transloco-config.service.ts:54
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”void
loadConfig()
Section titled “loadConfig()”loadConfig(
scope,apply?):Observable<FyzScopedTranslocoConfig>
Defined in: projects/lib-core-angular/src/lib/fyz-translate/services/fyz-translate-transloco-config.service.ts:29
Parameters
Section titled “Parameters”string
apply?
Section titled “apply?”boolean = true
Returns
Section titled “Returns”Observable<FyzScopedTranslocoConfig>
removeConfigLocal()
Section titled “removeConfigLocal()”removeConfigLocal(
scope):void
Defined in: projects/lib-core-angular/src/lib/fyz-translate/services/fyz-translate-transloco-config.service.ts:82
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
saveConfig()
Section titled “saveConfig()”saveConfig(
config,apply?):Observable<FyzScopedTranslocoConfig>
Defined in: projects/lib-core-angular/src/lib/fyz-translate/services/fyz-translate-transloco-config.service.ts:40
Parameters
Section titled “Parameters”config
Section titled “config”apply?
Section titled “apply?”boolean = true
Returns
Section titled “Returns”Observable<FyzScopedTranslocoConfig>