Scope is set to todos-page in module's providers.

Structural

{{ t('todos.title') }}

{{ t('home') }}

Directive
Scope is set to `lazy-page` inline

Pipe

{{ 'todos.title' | transloco }}

{{ 'home' | transloco }}

Use read to get translations of a nested property
{{ t('title') }}

{{ t('desc') }}