Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(datepicker): export NgbDatepickerNavigateEvent correctly #3161

Conversation

maxokorokov
Copy link
Member

It wasn't exported from index.ts -> wasn't available from @ng-bootstrap/ng-bootstrap

Fixes #3160

It wasn't exported from `index.ts` -> wasn't available from `@ng-bootstrap/ng-bootstrap`

Fixes ng-bootstrap#3160
@codecov-io
Copy link

Codecov Report

Merging #3161 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3161   +/-   ##
=======================================
  Coverage   92.34%   92.34%           
=======================================
  Files          91       91           
  Lines        3004     3004           
  Branches      483      483           
=======================================
  Hits         2774     2774           
  Misses        166      166           
  Partials       64       64
Flag Coverage Δ
#e2e 61.81% <ø> (ø) ⬆️
#unit 89.96% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/index.ts 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec73fc2...08d1ed4. Read the comment docs.

@maxokorokov maxokorokov merged commit e287a74 into ng-bootstrap:master Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't import NgbDatepickerNavigateEvent
2 participants