Skip to content

Class: FyzTranslocoPipe

@flyze/lib-core-angular 1.0.0-alpha.34· latest

Defined in: projects/lib-core-angular/src/lib/fyz-translate/pipes/fyz-transloco.pipe.ts:16

  • PipeTransform
  • OnDestroy

new FyzTranslocoPipe(fyzTranslateService, cdr): FyzTranslocoPipe

Defined in: projects/lib-core-angular/src/lib/fyz-translate/pipes/fyz-transloco.pipe.ts:25

FyzTranslocoService

ChangeDetectorRef

FyzTranslocoPipe

get result(): string

Defined in: projects/lib-core-angular/src/lib/fyz-translate/pipes/fyz-transloco.pipe.ts:22

string

ngOnDestroy(): void

Defined in: projects/lib-core-angular/src/lib/fyz-translate/pipes/fyz-transloco.pipe.ts:70

A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

void

OnDestroy.ngOnDestroy


transform(value, _params?): string

Defined in: projects/lib-core-angular/src/lib/fyz-translate/pipes/fyz-transloco.pipe.ts:34

string

the translation key

FyzTranslocoOptions = {}

scope the key is resolved in and the interpolation params

string

PipeTransform.transform