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

Function registerLocaleData

packages/common/src/i18n/locale_data.ts:20–22  ·  view source on GitHub ↗
(data: any, localeId?: string | any, extraData?: any)

Source from the content-addressed store, hash-verified

18 * @publicApi
19 */
20export function registerLocaleData(data: any, localeId?: string | any, extraData?: any): void {
21 return ɵregisterLocaleData(data, localeId, extraData);
22}

Callers 10

i18n_spec.tsFile · 0.90
closure-locale.tsFile · 0.90
currency_pipe.tsFile · 0.90
number_pipe.tsFile · 0.90
date_pipe.tsFile · 0.90
percent_pipe.tsFile · 0.90
app.module.tsFile · 0.90
app.module.tsFile · 0.90
app.locale_data.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…