{"version":3,"file":"alert-config.d.ts","sources":["alert-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { NgbConfig } from '../ngb-config';\n/**\n * A configuration service for the [NgbAlert](#/components/alert/api#NgbAlert) component.\n *\n * You can inject this service, typically in your root component, and customize its properties\n * to provide default values for all alerts used in the application.\n */\nexport declare class NgbAlertConfig {\n animation: boolean;\n dismissible: boolean;\n type: string;\n constructor(ngbConfig: NgbConfig);\n}\n"]}