UNPKG

638 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2/**
3 * A configuration service for the [NgbCollapse](#/components/collapse/api#NgbCollapse) component.
4 *
5 * You can inject this service, typically in your root component, and customize its properties
6 * to provide default values for all collapses used in the application.
7 */
8export declare class NgbCollapseConfig {
9 private _ngbConfig;
10 private _animation;
11 horizontal: boolean;
12 get animation(): boolean;
13 set animation(animation: boolean);
14 static ɵfac: i0.ɵɵFactoryDeclaration<NgbCollapseConfig, never>;
15 static ɵprov: i0.ɵɵInjectableDeclaration<NgbCollapseConfig>;
16}