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

Structural

{{ todos.title }}

{{ global.home }}

Directive
Scope is set to `lazy-page` inline

{{ lazyPage.title }}

{{ global.b }}

Pipe

{{ todos.title }}

{{ global.home }}

Use read to get translations of a nested property
{{ global.nested.title }}

{{ global.nested.desc }}