nest
    Preparing search index...

    Function ParamProperty

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

      Returns ParameterDecorator

      ParameterDecorator

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