GitHub

DaffPrefixDirective

import { DaffPrefixDirective } from '@daffodil/design'

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

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