• Overview
@angular/router

ResourceContext

interface

The contextual information provided to a resources function.

API

    
      interface ResourceContext {}
    
    

params

Signal<Params>

The path and matrix parameters available to the route.

queryParams

Signal<Params>

The query parameters of the route.

fragment

Signal<string | null>

The URL fragment.

data

Signal<Record<string, any>>

Data provided in the route configuration.

Jump to details