Const
Application route configuration.
Defines all available navigation paths and their associated components. Includes route guards for authentication flow and a wildcard route for 404 handling.
{ path: 'login', component: LoginComponent, canMatch: [authGuard] } Copy
{ path: 'login', component: LoginComponent, canMatch: [authGuard] }
Application route configuration.
Defines all available navigation paths and their associated components. Includes route guards for authentication flow and a wildcard route for 404 handling.