Signals
A list of the Transloco Signal-based API methods and their usages
translateSignal
translateSignal
Gets the translated value of a key as a Signal.
translateObjectSignal
translateObjectSignal
Gets the translated object of a key as a Signal.
Integration with Angular Dependency Injection
Both translateSignal
and translateObjectSignal
integrate with Angular's dependency injection system. They can be called within an injection context or with an explicitly provided injector.
When no injector is provided, the functions automatically assert that they are being called within an injection context and use the current injector.
Last updated
Was this helpful?