fullcalendar / fullcalendar-angular

The official Angular component for FullCalendar
https://fullcalendar.io/docs/angular
MIT License
1.07k stars 175 forks source link

Export ResourceInput in angular #406

Closed KeithPoonNS closed 1 year ago

KeithPoonNS commented 2 years ago

Bug Reports

You MUST post a recreation or else your issue will be CLOSED without explanation. Instructions: https://fullcalendar.io/reporting-bugs

Feature Requests

Search the issue tracker for an existing ticket before creating a new one. Instructions: https://fullcalendar.io/requesting-features

Is your bug/feature applicable to the core project, without Angular?

NO

(Please erase the above text and begin typing. Thanks!)

https://github.com/fullcalendar/fullcalendar/issues/5797

I found the ResourceInput was exported since 5.4.0 in main brance but it seems not exported in angular branch?! Would it be consider to export in angular?

arshaw commented 1 year ago

in v6 (beta) you'll just want to install the @fullcalendar/resource peer dependency and import it from that.

in v5 (what you're using) you can import it directly from the @fullcalendar/resource-common package.