clearTranslations
function
Remove all translations for $localize
, if doing runtime translation.
API
Description
function clearTranslations(): void;
clearTranslations
void
Remove all translations for $localize
, if doing runtime translation.
All translations that had been loading into memory using loadTranslations()
will be removed.
@returns
void
Jump to details