Well injecting into decorators doesn't work out-of...
# general
p
Well injecting into decorators doesn't work out-of-the-box AFAIK, but you could do something like this: https://stackoverflow.com/a/67455016 (the accepted answer recommends the guard + param decorator approach).