typescript-decorators
typescript-decorators copied to clipboard
TypeScript decorator reports "Unable to resolve signature of class decorator when called as an expression"
Fix : add this in tsconfig.json
"emitDecoratorMetadata": true,
"experimentalDecorators": true