ngx-treeview icon indicating copy to clipboard operation
ngx-treeview copied to clipboard

Added an EventEmitter

Open PLPatrick opened this issue 6 years ago • 0 comments

Hi Leovo,

I added an event emitter that emit when the filter has changed. filterHasChanged = new EventEmitter<string>(); Actually, you have an emitter but it emit before the filter's changes. That's for more manipulation on the treeview after the changes.

PLPatrick avatar Jun 21 '18 12:06 PLPatrick