This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

Params

A collection of parameters.

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