Skip to content

Commit

Permalink
fix(datepicker): export NgbDatepickerNavigateEvent correctly (#3161)
Browse files Browse the repository at this point in the history
It wasn't exported from `index.ts` -> wasn't available from `@ng-bootstrap/ng-bootstrap`

Fixes #3160
  • Loading branch information
maxokorokov committed Apr 30, 2019
1 parent ec73fc2 commit e287a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export {
NgbDatepickerI18n,
NgbDatepickerI18nHebrew,
NgbDatepickerConfig,
NgbDatepickerNavigateEvent,
NgbDateStruct,
NgbDate,
NgbDateParserFormatter,
Expand Down

0 comments on commit e287a74

Please sign in to comment.