Skip to content

Instantly share code, notes, and snippets.

@lucacasonato
Created May 21, 2020 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucacasonato/e7d549c5c2d92ed4c10170f0a758b952 to your computer and use it in GitHub Desktop.
Save lucacasonato/e7d549c5c2d92ed4c10170f0a758b952 to your computer and use it in GitHub Desktop.
function decorate(target: any) {}
@decorate
class Foo {}
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment