()
| 85 | * @publicApi |
| 86 | */ |
| 87 | export function clearTranslations() { |
| 88 | $localize.translate = undefined; |
| 89 | $localize.TRANSLATIONS = {}; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Translate the text of the given message, using the loaded translations. |
no outgoing calls
no test coverage detected
searching dependent graphs…