Hi, first of all, thank you a lot for the componet!!
I am facing one strange problem. The locale is only working when I start the application with npm run webpack:start. When I use npm run start (ng serve), the locale don't change.
My options setup:
options: any = {format: 'YYYY/MM/DD HH:mm', locale:'pt-br', showClear: true};
Hi, first of all, thank you a lot for the componet!!
I am facing one strange problem. The locale is only working when I start the application with npm run webpack:start. When I use npm run start (ng serve), the locale don't change.
My options setup:
options: any = {format: 'YYYY/MM/DD HH:mm', locale:'pt-br', showClear: true};
Thank you in advance.