GitHub

DaffMenuComponent

import { DaffMenuComponent } from '@daffodil/design/menu'
@Component()
class DaffMenuComponent implements AfterContentInit, AfterViewInit {
  @HostBinding() class: true
  @HostBinding() tabindex: 0
  @HostBinding() role: 'menu'
  ngAfterContentInit()
  ngAfterViewInit()
}
Selector: 'daff-menu'

Properties

Name Type Description
class true
tabindex 0
role 'menu'
ngAfterContentInit
ngAfterViewInit