Skip to main content
deleted 1 character in body
Source Link
Benedikt Köppel
  • 5.2k
  • 4
  • 39
  • 43

It seems possible to use this kind of syntax

<app-mycomp i18n param="my param" i18n-param>param another_param="my param" i18n-another_param> my text </app-mycomp> 

So i18n will affect to content of the tag, and i18n-* will affect the corresponding attribute. Seem not documented yet.

It seems possible to use this kind of syntax

<app-mycomp i18n param="my param" i18n-param> another_param="my param" i18n-another_param> my text </app-mycomp> 

So i18n will affect to content of the tag, and i18n-* will affect the corresponding attribute. Seem not documented yet.

It seems possible to use this kind of syntax

<app-mycomp i18n param="my param" i18n-param another_param="my param" i18n-another_param> my text </app-mycomp> 

So i18n will affect to content of the tag, and i18n-* will affect the corresponding attribute. Seem not documented yet.

Source Link
Yoann Augen
  • 2.1k
  • 3
  • 23
  • 42

It seems possible to use this kind of syntax

<app-mycomp i18n param="my param" i18n-param> another_param="my param" i18n-another_param> my text </app-mycomp> 

So i18n will affect to content of the tag, and i18n-* will affect the corresponding attribute. Seem not documented yet.