UNPKG

angular-collapse

Version:

The idea is to give consumers of the component, all the control to modify content & behavior. Core and only feature of the collapsible is to expand and collapse. ##### click the header to expand or collapse

7 lines (6 loc) 168 B
import { OnInit } from '@angular/core'; export declare class AngularCollapseComponent implements OnInit { constructor(); show: boolean; ngOnInit(): void; }