Angular component to to allow for sending and displaying bootstrap-based info/warning/error messages.
This utilizes the Angular UI Bootstrap component's alert directive. https://angular-ui.github.io/bootstrap/
The alerts can display text or HTML. For security, the HTML is sanitized via the standard AngularJS ngSanitize module.