DEV Community

Cover image for All you need to know about Typescript Decorators
Artem Diashkin
Artem Diashkin

Posted on

All you need to know about Typescript Decorators

Let’s take a look at the Typescript Decorators that provide a way to add both annotations and a meta-programming syntax for class declarations and members.

https://medium.com/swlh/typescript-decorators-in-examples-c3afcd3c7ff8

Top comments (3)

Collapse
 
alfredosalzillo profile image
Alfredo Salzillo

It's only a link to another article.

Collapse
 
nemrosim profile image
Artem Diashkin

Yes, correct. I didn't want to copy/paste my entire article (they would be identical). This is my first steps in dev.to. I there are some rules about references to medium I would be glad to read about them. Thank you

Collapse
 
samrocksc profile image
Sam Clark

feel like this is bad form, and should be removed, or copy and paste your article in it.