I see a lot of different implementations of Auth Guards around the web. The implementation is quite simple. In most cases, you will find yourself doing something like this: As you see, we need to repeat the same line of code whenever there is a new protected route. Of course, it’s not the end of the world, but we can do better and not write redundant configuration. Let’s use a componentless route
