Functional AuthGuard to ensure routes can only be accessed when authenticated.
Note: Should only be used as of Angular 15
Contains the information about a route associated with a component loaded in an outlet at a particular moment in time.
Represents the state of the router at a moment in time.
An Observable, indicating if the route can be accessed or not
Functional AuthGuard to ensure routes can only be accessed when authenticated.
Note: Should only be used as of Angular 15