{{ 'Registration form' | transloco }}

{{ (errors?.['username'])[0] }} {{ (errors?.['password'])[0] }} {{ (errors?.['rePassword'])[0] }}

{{ 'Form status:' | transloco }} {{ form.status | json }}

{{ 'Form custom validate errors:' | transloco }} {{ errors | json }}

{{ 'Registration user data:' | transloco }} {{ savedItem | json }}