Loading Template
Transloco provides you with a way to define a loading template, that will be used while the translation file is loading.
Similarly to the previous examples, set the TRANSLOCO_LOADING_TEMPLATE
provider either in lazy module providers, component providers, in the template, or even in the AppModule
itself (affecting the entire app).
For example:
my-comp.component.ts
It can take a raw HTML value, or a custom Angular component. Alternatively, here is how to use it directly in the template:
my-comp.component.html