Não encontro o que fiz de errado, mas somente no NegociacaoController estou recebendo o erro abaixo no decorator. Em View funciona.
app/ts/controllers/NegociacaoController.ts(21,5): error TS1240: Unable to resolve signature of property decorator when called as an expression.
[0] Supplied parameters do not match any signature of call target.
Deixarei o link do código no github pra não poluir. Por favor, manter a branch "parte_2/aula_03".
https://github.com/GabrielNP/estudos_typescript/tree/parte_2/aula_03
Obrigado.