Changes:
- added angular 16 support
- updated testing setup: added jest, testing-library instead of karma and jasmine
- added eslint to the project
Breaking Changes:
- Removed public access to
ProtectedGuard
andPublicGuard
guards in favor of functional guardsprotectedGuard
andpublicGuard
respectively - Removed
canActivateChild
due to its deprecation. Guards should be used for appropriate routes only - Removed deprecated
verifyTokenRequest
method.verifyRefreshToken
should be used instead
Resolves: