@angular/router

ParamMap

interface

A map that provides access to the required and optional parameters specific to a route. The map supports retrieving a single value with get() or multiple values with getAll().

interface ParamMap {
}
Jump to details