Class and Property Decorators

Learn about class decorators, their parameters, and modifying class definitions, including property decorators and static class properties.

Class decorators

We know that in order to define a class decorator, we must define a function that has a single parameter, which is of type Function.

Let’s take a closer look at this parameter:

Get hands-on with 1200+ tech skills courses.