Typescript decorators
The easiest way to understand decorators is to think of them as metadata that you can add to your classes,methods and even getter and setter properties In fact,you can add far more than just information You can actually extend these elements with additional behavior allowing you to add that behavior to your code without actually… Read More »