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.

pluralsight logo

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.

     
  • 4
  •  |
  • Reviews ( 105 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (105 reviews )
  • icon1 hour 14 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

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.