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;
Description
Example: logout(@Request() req)