UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

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