Typescript Decorator

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Nov 24 5:45
Editor
Edited
Edited
2021 Nov 22 0:26
Refs
Refs

데코레이터는 그 아래에 있는 클래스, 속성, 메서드, 파라미터를 전달 받는 함수

호출 순서는 property -> method -> parameter -> class

@ Function which return Function for decorate

 
 
TS Class Decorator
TS Method Decorator
TS Property Decorator
TS Parameter Decorator
 

vscode issue

 
 
 

Recommendations