UNPKG

ngx-bootstrap

Version:
14 lines 442 B
import { Injectable } from '@angular/core'; /** Default dropdown configuration */ var BsDropdownConfig = /** @class */ (function () { function BsDropdownConfig() { /** default dropdown auto closing behavior */ this.autoClose = true; } BsDropdownConfig.decorators = [ { type: Injectable }, ]; return BsDropdownConfig; }()); export { BsDropdownConfig }; //# sourceMappingURL=bs-dropdown.config.js.map