UNPKG

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