vdolek / angular-resize-event

Angular directive for detecting changes of an element size.
MIT License
169 stars 62 forks source link

Debounce time of resize event #97

Open asaf11108 opened 1 year ago

asaf11108 commented 1 year ago

Can you add an input "auditTime" so that the resize event will happen less frequently?

hakimio commented 1 year ago

Use ngx-resize library instead. It has debounce option and is actively maintained unlike angular-resize-event.