graycoreio/daffodil

View on GitHub
libs/design/notification/examples/src/dismissible-notification/dismissible-notification.component.html

Summary

Maintainability
Test Coverage
<daff-notification *ngIf="!hidden" dismissible="true" (closeNotification)="hideNotification()">
    <fa-icon daffPrefix [icon]="faInfoCircle"></fa-icon>
    <div daffNotificationTitle>Title</div>
    <div daffNotificationSubtitle>This is the subtitle with information</div>
</daff-notification>