Community

Create Class Decorators In TypeScript

(Bipin Joshi) In the previous part of this article and video series you learned about TypeScript inheritance. In this article you will learn about a feature of TypeScript that allows you to annotate and modify classes and class members. This feature is called Decorators.