Loads the translations for a lazy loaded module before loading the module itself.
class LoadTranslationsGuard {
constructor( translationService: TranslationService ): void;
canLoad( route: Route ): Promise< boolean >;
}
Creates a new instance of the guard.
Loads the translations of a lazy loaded module for all languages already in use.
Returns a promise indicating whether loading has succeeded.