Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Upgrade to Angular 20.  This requires removing all standalone: true declarations from custom components (@Component) .  If you forget to make this change, then lint checks fail during your Angular build and let you know what needs to be updated.
  • Rename "defaultLanguage" configuration to "fallbackLanguage".  This just aligns with the naming convention for the @ngx-translate/core module that we use. See User Interface Configuration

Major Updates and Improvements

...