dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_RouterModule cluster_RouterModule_providers cluster_RouterModule_imports CommonModule CommonModule RouterModule RouterModule CommonModule->RouterModule ContextRouteComponent ContextRouteComponent ContextRouteComponent->RouterModule EmptyComponent EmptyComponent EmptyComponent->RouterModule HeaderModule HeaderModule HeaderModule->RouterModule ScopedContextRouteService ScopedContextRouteService ScopedContextRouteService->RouterModule

File

core/router/router.module.ts

Description

A C8Y router implementation. It implements some default routes needed as well as context routes. Context routes are useful, if you want to use context data on a certain view (e.g. a device), then this routes automatically resolve the associated managed object.

You can use this in combination of the Angular default RouterModule or use only this module. Context routes can only be added via the HOOK_ROUTES hook.

Methods

Static forRoot
forRoot(routes: Routes, config?: ExtraOptions)

Same interface as @angular/router module. Sets initialNavigation always to disabled and useHash always to true.

Parameters :
Name Type Optional Default value Description
routes Routes No []

The configured routes.

config ExtraOptions Yes

The router default configuration.

The module and providers.

results matching ""

    No results matching ""