ngx-bootstrap
Version:
Native Angular Bootstrap Components
15 lines • 376 B
JavaScript
import { Injectable } from '@angular/core';
var BsModalRef = /** @class */ (function () {
function BsModalRef() {
/**
* Hides the modal
*/
this.hide = Function;
}
BsModalRef.decorators = [
{ type: Injectable },
];
return BsModalRef;
}());
export { BsModalRef };
//# sourceMappingURL=bs-modal-ref.service.js.map