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