Request

Route handler parameter decorator. Extracts the Request object from the underlying platform and populates the decorated parameter with the value of Request.

See more...


const Request: () => ParameterDecorator;

See also

Description

Example: logout(@Request() req)