valor-software / ngx-bootstrap

Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
https://valor-software.com/ngx-bootstrap
MIT License
5.53k stars 1.69k forks source link

customTodayClass: should accept the multiple classes #5704

Open UdayAppam opened 4 years ago

UdayAppam commented 4 years ago

Feature request: Datepicker custom current today class should take multiple classes.

Versions of ngx-bootstrap, Angular ngx-bootstrap: 5.4

Angular: 7.2.2

shanmukhateja commented 4 years ago

Hi, I would like to work on this.

I have a rough implementation which adds support for multiple classes to customTodayClass field.

I'm having trouble with creating tests for this.

Some help?