Inject id parameter provided in the URL such as product/:id, product/1 into the method parameters
product/:id
product/1
ParameterDecorator
findOneById(@ParamId() id:number){ } Copy
findOneById(@ParamId() id:number){ }
Inject id parameter provided in the URL such as
product/:id,product/1into the method parameters