Skip to content

v13.0.0 Angular v17 Update

Compare
Choose a tag to compare
@ZenSoftware ZenSoftware released this 17 Nov 10:43
· 173 commits to base since this release
  • Updated all dependencies. Including an update to Angular v17.
  • Regenerated the Nx repo utilizing Nx v17
  • Converted all ngIf and ngFor structural directives to Angular's new control flow syntax.
  • Introduced i18n branch with all text extracted into JSON files ready to be translated.

Breaking Changes

  • loggedIn and userRoles fields within AuthService have been changed from Angular signals to rxjs observables. This change was necessary to update to Angular v17.