When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Creating and Using TypeScript 3 Decorators
This course will cover how to leverage all types of TypeScript decorators to implement cross-cutting concerns within your projects.

This Course Includes
pluralsight
4 (105 reviews )
1 hour 14 minutes
english
Online - Self Paced
core courses
pluralsight
About Creating and Using TypeScript 3 Decorators
When creating TypeScript projects, there are times when repeated functionality cannot be solved by inheritance. In this course, Creating and Using TypeScript Decorators, you will learn how to leverage TypeScript decorators to solve cross-cutting concerns in your application. First, you will learn how to implement basic decorators on functions, properties, and classes. Next, you will use single decorators to centralize logic within your application. Finally, you will combine multiple decorators to create an entity framework that allows you to share logic for a REST based API. When you’re finished with this course, you will have the skills and knowledge of TypeScript decorators needed to leverage AOP (Aspect-oriented Programming) within your project.
What You Will Learn?
- Course Overview : 1min.
- Introduction to TypeScript Decorators : 30mins.
- Implementing TypeScript Decorators : 42mins.