import { DaffNotificationMessageDirective } from '@daffodil/design/notification'
Message provides additional details or supporting context that supplements the notification title. Keep this brief—ideally one to two short sentences.
@Directive()
class DaffNotificationMessageDirective {}
<div daffNotificationMessage>We were unable to process your payment for order #12345. Please update your payment details and try again.</div>
<div daffNotificationMessage>We were unable to process your payment for order #12345. Please update your payment details and try again.</div>