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

Function unregisterAllLocaleData

packages/core/src/i18n/locale_data_api.ts:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 * Helper function to remove all the locale data from `LOCALE_DATA`.
127 */
128export function unregisterAllLocaleData() {
129 LOCALE_DATA = Object.create(null);
130}
131
132/**
133 * Index of each type of locale data from the locale data array.

Callers 1

Calls 1

createMethod · 0.65

Tested by

no test coverage detected