InterviewSolution
Saved Bookmarks
| 1. |
What is the use of decorators in TypeScript? |
|
Answer» In TYPESCRIPT, decorators are USED to offering a way to add both meta-programming SYNTAX and annotations for members and DECLARATIONS. |
|