Currently utilizing ngx-admin NbPopover with a limit of 4 attachments per page. My goal is to close the event once it has concluded.
@ViewChild(NbPopoverDirective) popverDirective: NbPopoverDirective;
this.popverDirective.hide();
I am experiencing issues where only one of them functions properly, while the others are not working as expected. Any assistance would be greatly appreciated.