UNPKG

ng2-bootstrap

Version:
19 lines (18 loc) 628 B
"use strict"; var core_1 = require('@angular/core'); /** Default values provider for tooltip */ var TooltipConfig = (function () { function TooltipConfig() { /** tooltip placement, supported positions: 'top', 'bottom', 'left', 'right' */ this.placement = 'top'; /** array of event names which triggers tooltip opening */ this.triggers = 'hover focus'; } TooltipConfig.decorators = [ { type: core_1.Injectable }, ]; /** @nocollapse */ TooltipConfig.ctorParameters = function () { return []; }; return TooltipConfig; }()); exports.TooltipConfig = TooltipConfig;