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.
Suggestions for improvement
If you found a mistake or want to improve the article, create an issue on GitHub.