ngx-bootstrap
Version:
Native Angular Bootstrap Components
14 lines • 442 B
JavaScript
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