Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
you can hang an event handler on a click, and when the event fires, do something
like onClick($event) {
if (this.userPanel && this.userPanel.nativeElement.contains($event.target)) {
return
}
/// logic on hide panel
}
then you can remove the click handler and hang it when next. times come in handy
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question