fix(common): do not override locale provided on bootstrap (#13654)

Closes #13607
This commit is contained in:
Dzmitry Shylovich
2017-01-05 20:24:37 +03:00
committed by Igor Minar
parent ebba63057f
commit 5f49c3ed23
3 changed files with 27 additions and 6 deletions

View File

@ -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'); }));
});
}
}