videoflix-frontend - v0.0.0
    Preparing search index...

    Variable routesConst

    routes: Routes = ...

    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] }