Basic Example
Wrap any text and an optional dismiss button in '.alert' and one of the four contextual classes (e.g., .alert-success) for basic alert messages.
Dismissing
Alerts have dismiss option. Enabling it will show close button to the right of the alert.
{{ alert.msg }}
Dynamic html
Sometimes you will need to show dynamically generated html in alerts, here is how you can make it. And don't forget to sanitize
your html.