graycoreio/daffodil

View on GitHub
libs/design/notification/src/notification.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { DaffPrefixSuffixModule } from '@daffodil/design';

import { DaffNotificationComponent } from './notification/notification.component';
import { DaffNotificationActionsDirective } from './notification-actions/notification-actions.directive';
import { DaffNotificationMessageDirective } from './notification-message/notification-message.directive';
import { DaffNotificationSubtitleDirective } from './notification-subtitle/notification-subtitle.directive';
import { DaffNotificationTitleDirective } from './notification-title/notification-title.directive';

export const DAFF_NOTIFICATION_COMPONENTS = <const> [
  DaffNotificationComponent,
  DaffNotificationActionsDirective,
  DaffNotificationMessageDirective,
  DaffNotificationTitleDirective,
  DaffNotificationSubtitleDirective,
  DaffPrefixSuffixModule,
];