ng2-bootstrap-base-modified
Version:
Native Angular Bootstrap Components Typeahead modified
14 lines (10 loc) • 347 B
text/typescript
import { Injectable } from '@angular/core';
()
export class AlertConfig {
/** default alert type */
public type: string = 'warning';
/** is alerts are dismissible by default */
public dismissible: boolean = false;
/** default time before alert will dismiss */
public dismissOnTimeout?: number = undefined;
}