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