-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ export function _keyValueDiffersFactory() { | |
ViewUtils, | ||
{provide: IterableDiffers, useFactory: _iterableDiffersFactory}, | ||
{provide: KeyValueDiffers, useFactory: _keyValueDiffersFactory}, | ||
{provide: LOCALE_ID, useValue: 'en_US'}, | ||
{provide: LOCALE_ID, useValue: 'en-US'}, | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
vdeturckheim
|
||
] | ||
}) | ||
export class ApplicationModule { | ||
|
Why not ?