atais / ng2-eonasdan-datetimepicker

A wrapper directive around the Eonasdan Datepicker v4 component.
MIT License
34 stars 23 forks source link

Locale setup only works using webpack #67

Open tiagovbarreto opened 4 years ago

tiagovbarreto commented 4 years ago

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.