Hi Victor,
thank you so much for your lessons on Angular and JWT!
In your last video you use a Guard for the "contact" and "add" route, but for the "login" route you only use the router.redirect functions in the ngOnInit lifecycle hook.
Why do you use the router redirect at login, but not at the contact route? Or - vice versa - why do you not use a guard for the login route?
Thanks in advanced!
Florian