GitHub

DaffSuffixDirective

import { DaffSuffixDirective } from '@daffodil/design'

Prefix can be used to place content after another piece of content in components like daff-form-field, daff-solo-field, and daff-list.

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