import { Injectable } from '@angular/core';
/**
* Configuration service, provides default values for the AccordionComponent.
*/@Injectable()
export classAccordionConfig {
/** Whether the other panels should be closed when a panel is opened */public closeOthers: Boolean = false;
}