You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: