ng2-semantic-ui
                                
                                
                                
                                    ng2-semantic-ui copied to clipboard
                            
                            
                            
                        How to intercept onOpen, onClose events from SuiPopupDirective?
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.