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
I would love to change the locale of moment.js. Maybe it can be done with MomentModule.withConfig({ ... })? I've managed to set locale by importing native moment module, but this means I need to import one excess module (which is already imported).
The text was updated successfully, but these errors were encountered:
This does work - however if you then change the locale after the pipe has been rendered, it won't update.
I'm thinking about creating a pull request to implement the non-pure (pure:false) version of the pipes so that they change based on the moment locale changes.
I would love to change the locale of moment.js. Maybe it can be done with
MomentModule.withConfig({ ... })
? I've managed to set locale by importing native moment module, but this means I need to import one excess module (which is already imported).The text was updated successfully, but these errors were encountered: