@mintplayer/ng-bootstrap 14.1.0 → 14.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -293,6 +293,7 @@ class BsAlertCloseComponent {
293
293
  }
294
294
  closeAlert() {
295
295
  this.alert.isVisible = false;
296
+ return false;
296
297
  }
297
298
  }
298
299
  BsAlertCloseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: BsAlertCloseComponent, deps: [{ token: BsAlertComponent }], target: i0.ɵɵFactoryTarget.Component });