GitHub

DaffSuffixDirective

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

import { DaffSuffixDirective } from '@daffodil/design'
@Directive()
class DaffSuffixDirective {
  @HostBinding() class: true
}
Selector: '[daffSuffix]'

Properties

Name Type Description
class true