We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d09306 commit ca2adc6Copy full SHA for ca2adc6
projects/ngx-xapi/client/src/lib/language-map/language-map.pipe.ts
@@ -12,7 +12,9 @@ import { formatLanguageMap } from './format-language-map';
12
/**
13
* An optional injection token to override the default angular LOCALE_ID used by the language map pipe.
14
*/
15
-export declare const LANGUAGE_MAP_LOCALE_ID: InjectionToken<string>;
+export const LANGUAGE_MAP_LOCALE_ID = new InjectionToken<string>(
16
+ 'LANGUAGE_MAP_LOCALE_ID'
17
+);
18
19
20
* This pipe transforms the parameter (potentially a language map) into a string.
0 commit comments