Using TypeScript Decorators in Practise
Briefly

Before we start with TypeScript decorators, you need to understand some significant differences between JavaScript and TypeScript decorators.
In TypeScript, decorators are like special functions that can be attached to classes and their parts, like methods and properties.
Read at Medium
[
add
]
[
|
|
]