Skip to content

Commit

Permalink
fix(datepicker): export Gregorian calendar (#3064)
Browse files Browse the repository at this point in the history
Fixes #3054
  • Loading branch information
maxokorokov committed Mar 28, 2019
1 parent e9f7b9e commit ee1d723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker/datepicker.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {NgbDatepickerNavigationSelect} from './datepicker-navigation-select';

export {NgbDatepicker, NgbDatepickerNavigateEvent} from './datepicker';
export {NgbInputDatepicker} from './datepicker-input';
export {NgbCalendar, NgbPeriod} from './ngb-calendar';
export {NgbCalendar, NgbPeriod, NgbCalendarGregorian} from './ngb-calendar';
export {NgbCalendarIslamicCivil} from './hijri/ngb-calendar-islamic-civil';
export {NgbCalendarIslamicUmalqura} from './hijri/ngb-calendar-islamic-umalqura';
export {NgbCalendarPersian} from './jalali/ngb-calendar-persian';
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export {NgbCollapseModule, NgbCollapse} from './collapse/collapse.module';
export {
NgbCalendar,
NgbPeriod,
NgbCalendarGregorian,
NgbCalendarIslamicCivil,
NgbCalendarIslamicUmalqura,
NgbCalendarHebrew,
Expand Down

0 comments on commit ee1d723

Please sign in to comment.