W3cubDocs

/Angular 4 TypeScript

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 core/index, defined in core/src/metadata/directives.ts

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/core/index/Input-interface.html