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

ResolveData

Represents the resolved data associated with a particular route.

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

See also