UNPKG

565 BJavaScriptView Raw
1import { Injectable } from '@angular/core';
2/**
3 * Configuration service, provides default values for the AccordionComponent.
4 */
5export var AccordionConfig = (function () {
6 function AccordionConfig() {
7 /** Whether the other panels should be closed when a panel is opened */
8 this.closeOthers = false;
9 }
10 AccordionConfig.decorators = [
11 { type: Injectable },
12 ];
13 /** @nocollapse */
14 AccordionConfig.ctorParameters = function () { return []; };
15 return AccordionConfig;
16}());
17//# sourceMappingURL=accordion.config.js.map
\No newline at end of file