Back to Nx

Hello World!

examples/angular-rspack/csr-i18n/src/app/app.component.html

22.7.1540 B
Original Source

Hello World!

Custom Title!

Today's date is {{ today | date }} I have {{ 136.12 | currency }}Toggle {{ toggle() }}

Not translated, but this should be Translated

Let's handle plurals Updated {minutes(), plural, =0 {just now} =1 {one minute ago} other {{{ minutes() }} minutes ago} }

Let's handle selections The author is {gender(), select, male {male} female {female} other {other}} Set Time: 0110

Set Gender: MaleFemaleOther

this is updated live