Internally used with the Notifications component. For the most part, you should not be using this component, but rather defining the outlet using fw-notifications.

Show:

colorClass

Computed private

The colorClass computes the alert class based on the type passed into the notification.

dismissable

Boolean private

Dismissable is just an alias of message.dismissable.

message

Object

Message is actually the object passed in with all the settings for the notification through the notifications service.

style

Computed private

Style is an attribute binding that is used to add animation delay to the style on the notification html element. It is set to the message.length if both message.length and message.dissmissable are defined.