mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
ILacaleDateTimeFormatDescriptor interface was defined but not being used by ILocaleService's DATETIME_FORMATS property
This commit is contained in:
Vendored
+1
-1
@@ -228,7 +228,7 @@ module ng {
|
||||
// These are not documented
|
||||
// Check angular's i18n files for exemples
|
||||
NUMBER_FORMATS: ILocaleNumberFormatDescriptor;
|
||||
DATETIME_FORMATS: any;
|
||||
DATETIME_FORMATS: ILacaleDateTimeFormatDescriptor;
|
||||
pluralCat: (num: any) => string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user