ngx-bootstrap
Version:
Angular Bootstrap
18 lines • 452 B
JavaScript
import { Injectable } from '@angular/core';
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export class BsModalRef {
constructor() {
/**
* Hides the modal
*/
this.hide = () => void 0;
/**
* Sets new class to modal window
*/
this.setClass = () => void 0;
}
}
BsModalRef.decorators = [
{ type: Injectable }
];
//# sourceMappingURL=bs-modal-ref.service.js.map