Input

Input

Stable Interface

Interface Overview

interface Input {
  bindingPropertyName : string
}

Interface Description

Input decorator and metadata.

Interface Details

bindingPropertyName : string

Name used when instantiating a component in the template.

exported from @angular-cor