Inject value parameter provided in the URL products/:property/:value into method parameters
products/:property/:value
ParameterDecorator
findManyBy(@ParamProperty() property: string,@ParamValue() value: string){ } Copy
findManyBy(@ParamProperty() property: string,@ParamValue() value: string){ }
Inject value parameter provided in the URL
products/:property/:valueinto method parameters