UNPKG

495 BJavaScriptView Raw
1import { Injectable } from '@angular/core';
2/** Default dropdown configuration */
3export var BsDropdownConfig = (function () {
4 function BsDropdownConfig() {
5 /** default dropdown auto closing behavior */
6 this.autoClose = true;
7 }
8 BsDropdownConfig.decorators = [
9 { type: Injectable },
10 ];
11 /** @nocollapse */
12 BsDropdownConfig.ctorParameters = function () { return []; };
13 return BsDropdownConfig;
14}());
15//# sourceMappingURL=bs-dropdown.config.js.map
\No newline at end of file