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
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.