Saved Bookmarks
| 1. |
What Are Decorators? |
|
Answer» DECORATORS are functions that ADDS metadata to class MEMBERS and functions. It was proposed in ES2016 and implemented in Typescript. Decorators are functions that adds metadata to class members and functions. It was proposed in ES2016 and implemented in Typescript. |
|