unregisterTranslationService(name) Function
Unregisters the specified translation service.
Declaration
export function unregisterTranslationService(name: string): void
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | A service name. |
Returns
| Type |
|---|
| void |