nest
    Preparing search index...

    Function ParamValue

    • Inject value parameter provided in the URL products/:property/:value into method parameters

      Returns ParameterDecorator

      ParameterDecorator

         findManyBy(@ParamProperty() property: string,@ParamValue() value: string){ }