Constructor for AuthenticationGuard
AuthenticationService for checking if user is logged in
Router for redirecting User to web pages
Private
authenticationAuthenticationService for checking if user is logged in
Private
routerRouter for redirecting User to web pages
Check is a user is logged in when they try to access a URL that requires being logged in
True if User is logged in. Else redirects User to '/login' web page.
Generated using TypeDoc
Class for checking if a User has permission to access the Component at the URL they have visited