On line 27 of the LoggedInOutlet you say:
if (!this.publicRoutes[url] && !localStorage.getItem('jwt')) {
So if I set my localStorage item 'jwt' to any value, I am authenticated. You are not checking, if the jwt token is valid.
Pretty simple to hack :)