StickNitro / ngx-fullcalendar

An Angular wrapper for the https://fullcalendar.io module
MIT License
11 stars 14 forks source link

Ability to change the options in real-time #14

Open alexsintoni opened 5 years ago

alexsintoni commented 5 years ago

Is your feature request related to a problem? Please describe. I would like to be able to change the options in real-time. For example be able to change the language with a dropdown menu as it is in this example https://fullcalendar.io/releases/fullcalendar/3.10.0/demos/locales.html

Or change the timezone as in this example https://fullcalendar.io/releases/fullcalendar/3.10.0/demos/timezones.html

Describe the solution you'd like When I change the value of the passed parameter userLanguage also the calendar language would change as well.

 <ngx-fullcalendar [locale]="userLanguage" [events]="events" [options]="schedulerOptions">
        </ngx-fullcalendar>