File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ export class AppComponent {
67
67
``` ts
68
68
export interface NgDateRangePickerOptions {
69
69
theme: ' default' | ' green' | ' teal' | ' cyan' | ' grape' | ' red' | ' gray' ;
70
- range: ' tm' | ' lm' | ' lw' | ' tw' | ' ty' | ' ly' ;
71
- dayNames: string [];
72
- presetNames: string [];
73
- dateFormat: string ;
74
- outputFormat: string ;
75
- startOfWeek: number ;
70
+ range: ' tm' | ' lm' | ' lw' | ' tw' | ' ty' | ' ly' ;
71
+ dayNames: string [];
72
+ presetNames: string [];
73
+ dateFormat: string ;
74
+ outputFormat: string ;
75
+ startOfWeek: number ;
76
76
}
77
77
```
78
78
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-daterangepicker" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Angular PayPal Datepicker" ,
5
5
"main" : " bundles/ng-daterangepicker.umd.js" ,
6
6
"module" : " index.js" ,
You can’t perform that action at this time.
0 commit comments