LF Alert
Inputs
| Argument | Type | Description | Default Value |
|---|---|---|---|
| style | string | Alert color style. See available styles at Bootstrap documentation. | null (no style) |
| showCloseButton | boolean | Display a button to close the alert. | null (no button) |
Methods
| Method | Type | Arguments | Description | Default Value |
|---|---|---|---|---|
| closeAlert | void | (none) | Close the alert component. | (no value) |
Example
<bs-alert #alert
[style]="'warning'"
[showCloseButton]="true">
Alert {{options | json}}
</bs-alert>