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
new Configuration token: old tokens ( TRANSLATION_CONFIG & LOCALE_CONFIG) have been removed
Instead of use the transform method of the date and decimal pipes in component class, you should use the new methods to format dates & numbers. To continue to use the transform method, you have to pass it the instance of LocaleService
Translation and Localization classes:
the cancelParamSubscriptions method has been removed, because they auto-unsubscribe
the instances of LocaleService and TranslationService are no longer available, to avoid side effects in lazy loaded modules