• Overview
@angular/localize

clearTranslations

function

Remove all translations for $localize, if doing runtime translation.

  
    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.

@returnsvoid
Jump to details