ng2-semantic-ui icon indicating copy to clipboard operation
ng2-semantic-ui copied to clipboard

How to intercept onOpen, onClose events from SuiPopupDirective?

Open cla-rin opened this issue 7 years ago • 0 comments

I saw that the library use this

Line 64, SuiPopupController // Call lifecyle hook const lifecycle = (this as IPopupLifecycle).popupOnOpen; if (lifecycle) { lifecycle.call(this); } but I can't figure out how to intercept those events.

cla-rin avatar Jun 12 '18 15:06 cla-rin