Class and Property Decorators
Learn about class decorators, their parameters, and modifying class definitions, including property decorators and static class properties.
We'll cover the following
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 1400+ tech skills courses.