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
when importing moment-duration-format in a lazy loaded module component (angular pages) import 'moment-duration-format';
the locale set (moment.locale('nl')) in the constructor of the AppComponent seems to be reset.
If I import moment-duration-format in the AppComponent and not in the Page's Component, the locale doesn't get reset.
The text was updated successfully, but these errors were encountered:
when importing moment-duration-format in a lazy loaded module component (angular pages)
import 'moment-duration-format';
the locale set (
moment.locale('nl')
) in the constructor of the AppComponent seems to be reset.If I import moment-duration-format in the AppComponent and not in the Page's Component, the locale doesn't get reset.
The text was updated successfully, but these errors were encountered: