Params
type-alias
npm Package | @angular/router |
---|---|
Module | import { Params } from '@angular/router'; |
Source | router/src/shared.ts |
type Params = { [key: string]: any };
Description
A collection of parameters.
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/router/Params