我正在使用 ngx-admin NbPopover,每页 4 个附件。我想在活动结束后关闭活动。
@ViewChild (NbPopoverDirective) popverDirective: NbPopoverDirective;
this.popverDirective.hide();
我只能使用其中之一。其他人不工作。你能帮忙吗?
我正在使用 ngx-admin NbPopover,每页 4 个附件。我想在活动结束后关闭活动。
@ViewChild (NbPopoverDirective) popverDirective: NbPopoverDirective;
this.popverDirective.hide();
我只能使用其中之一。其他人不工作。你能帮忙吗?