Decorate your code with TypeScript decorators

added by JavaScript Kicks
12/27/2018 8:46:43 AM

1057 Views

Decorators introduces programmers to write the metadata annotation which will help you to introspect your code. Best use-case you find for decorators, will be the cross cutting concerns  - Aspect Oriented Programming. In computing, aspect-oriented programming (AOP) is a programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns.


0 comments