fix(common): do not override locale provided on bootstrap (#13654)
Closes #13607
This commit is contained in:

committed by
Igor Minar

parent
ebba63057f
commit
5f49c3ed23
@ -14,4 +14,4 @@ export function main() {
|
||||
it('should set the default locale to "en-US"',
|
||||
inject([LOCALE_ID], (defaultLocale: string) => { expect(defaultLocale).toEqual('en-US'); }));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user