[javascript] Debounce와 Throttle의 Directive와 Decorator 만들기 (How to create decounce and throttle directives and decorators?)
Debounce 또는 Throttle Decorator를 만들기 위해 여러 사이트를 검색하였으나, Angular나 Typescript에 적합한 예제를 찾을 수 없어서 직접 만들었습니다. 저와 같이 검색하시는 분들께 도움이 되었으면 좋겠다는 생각을 하며 글을 시작합니다.