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

Data

Represents static data associated with a particular route.

type Data = { [name: string]: any; };
      
      type Data = {
    [name: string]: any;
};
    

See also