API > @angular/router mode_edit code Data type-alias Contents See also Represents static data associated with a particular route. type Data = { [name: string]: any; }; type Data = { [name: string]: any; }; See also Route#data