MCPcopy Index your code
hub / github.com/angular/angular / clearTranslations

Function clearTranslations

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

Source from the content-addressed store, hash-verified

85 * @publicApi
86 */
87export function clearTranslations() {
88 $localize.translate = undefined;
89 $localize.TRANSLATIONS = {};
90}
91
92/**
93 * 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

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…