Decorators in TypeScript - Functions that can be used to modify/change/anything different properties/methods(static as well)/accessors/class in the class - It is different from JavaScript decorators - Used inside/on classes only - understanding the order in which decorators are ran are the key to understanding them - But it is still experimental!! - to use decorators, need to set "experimentalDe..