Understanding TypeScript Decorators
Type Blog post
Created 2021-04-16
Available at shakil.me/understanding-typescript-decorators
Identifier unavailable
Description
Decorators are used to modify a class and its members (methods, properties). The question may be, why do we need decorators to change those things? Why not directly change in the declarations?
Relations
With the introduction of Classes in TypeScript and ES6, there now exist certain scenarios that requir...
Edit details Edit relations Attach new author Attach new topic Attach new resource
0.0 /10
useless alright awesome
from 0 reviews
- Resource level 0.0 /10
- beginner intermediate advanced
- Resource clarity 0.0 /10
- hardly clear sometimes unclear perfectly clear
- Reviewer's background 0.0 /10
- none basics intermediate advanced expert