UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

13 lines (11 loc) 272 B
import { Component } from '@angular/core'; @Component({ selector: 'demo-accordion-disabled', templateUrl: './disabled.html' }) export class DemoAccordionDisabledComponent { public status: any = { isFirstOpen: true, isFirstDisabled: false }; }