typescript-decorators icon indicating copy to clipboard operation
typescript-decorators copied to clipboard

Examples of using typescript decorators

Results 1 typescript-decorators issues
Sort by recently updated
recently updated
newest added

Fix : add this in tsconfig.json ``` "emitDecoratorMetadata": true, "experimentalDecorators": true ```