MCPcopy Create free account
hub / github.com/angular/angular / clearTranslations

Function clearTranslations

packages/localize/src/translate.ts:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 * @publicApi
90 */
91export function clearTranslations() {
92 $localize.translate = undefined;
93 $localize.TRANSLATIONS = Object.create(null);
94}
95
96/**
97 * Translate the text of the given message, using the loaded translations.

Callers 6

i18n_spec.tsFile · 0.90
hmr_spec.tsFile · 0.90
translate_spec.tsFile · 0.85

Calls 1

createMethod · 0.65

Tested by

no test coverage detected