Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 207 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 207 Bytes

Decorators

  • In Typescript when you annotate your method with the same decorator more that once it only apply the very first one and the rest will be overwritten by that. Learn more here.