Help Angular by taking a 1 minute survey!Go to surveyHome

Params

A collection of parameters.

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