nest
    Preparing search index...

    Function ParamId

    • Inject id parameter provided in the URL such as product/:id, product/1 into the method parameters

      Returns ParameterDecorator

      ParameterDecorator

         findOneById(@ParamId() id:number){ }