GitHub

DaffNotificationSubtitleDirective

import { DaffNotificationSubtitleDirective } from '@daffodil/design/notification'

@Directive()
class DaffNotificationSubtitleDirective {
  @HostBinding() class: boolean = true
}