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 a724341 commit c417f83Copy full SHA for c417f83
projects/angular-ecmascript-intl/src/lib/locale.ts
@@ -1,7 +1,7 @@
1
-import { InjectionToken } from "@angular/core";
+import {InjectionToken} from "@angular/core";
2
3
/**
4
* Set the locale(s) for all Intl Pipes. If not specified, the user language specified in the browser will be used. If
5
* specified, it needs to be a string with a BCP 47 language tag, or an array of such strings.
6
*/
7
-export const INTL_LOCALES = new InjectionToken<string | string[]>('IntlLocales');
+export const INTL_LOCALES = new InjectionToken<string | string[] | undefined>('IntlLocales');
0 commit comments