UNPKG

ng2-bootstrap

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