Skip to content

Commit

Permalink
fix(module:date-picker): export year-picker component (#3125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kherP authored and hsuanxyz committed Mar 20, 2019
1 parent f0a2b51 commit c5b0af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/date-picker/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export { NzDatePickerComponent } from './date-picker.component';
export { NzRangePickerComponent } from './range-picker.component';
export { NzMonthPickerComponent } from './month-picker.component';
export { NzWeekPickerComponent } from './week-picker.component';
export { NzYearPickerComponent } from './year-picker.component';

0 comments on commit c5b0af9

Please sign in to comment.