Skip to content

Commit 50f6615

Browse files
committed
Merge remote-tracking branch 'remotes/origin/bpenkov/date-time-editor' into bpenkov/igx-date-range
2 parents 5683391 + e04feb6 commit 50f6615

File tree

4 files changed

+779
-142
lines changed

4 files changed

+779
-142
lines changed

projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.common.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ export interface IgxDateTimeEditorEventArgs {
33
newValue: Date | string;
44
}
55

6-
/**
7-
* An @Enum that allows you to specify a particular date, time or AmPm part.
8-
*/
6+
/**
7+
* An @Enum that allows you to specify a particular date, time or AmPm part.
8+
*/
99
export enum DatePart {
1010
Date = 'date',
1111
Month = 'month',

0 commit comments

Comments
 (0)