X Tutup
Skip to content

Have a single Component.host property which mimics HTML #2268

@mhevery

Description

@mhevery

Goal

Simplify binding to the host element and get rid of hostListeners, hostProperties, 'hostActions` properties

@Directive({
  host: {
    'attr-name': 'attr-value',
    '[property]': 'expression',
    '(event)': 'statement',
    '@action': 'statement'
  }
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup