libs/design/notification/examples/src/default-notification/default-notification.component.html
<daff-notification>
<fa-icon daffPrefix [icon]="faInfoCircle"></fa-icon>
<div daffNotificationTitle>Title</div>
<div daffNotificationSubtitle>This is the subtitle with information</div>
</daff-notification>