@angular/router

Params

Type Alias

A collection of matrix and query URL parameters.

type Params = {
[key: string]: any;
}
Jump to details