Dynamic translation
import { KbqDynamicTranslationModule } from '@koobiq/components/dynamic-translation';

Directive for defining a dynamic translation slot.

Selector: [kbqDynamicTranslationSlot]

Properties
Name Description
@Input('kbqDynamicTranslationSlot')
name: InputSignal
The name of the dynamic translation slot.

Component for dynamic translation.

Selector: kbq-dynamic-translation

Properties
Name Description
@Input()
text: InputSignal
The text which will be translated.
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.