Extend Functionality of a TypeScript Class with Decorators

InstructorAlejandro Roman

Share this video with your friends

Send Tweet

In this lesson, you will learn how to extend a class's functionality through typescript decorators. Decorators provide a way to add both annotations and a meta-programming syntax for class declarations and members.