export class OutputMetadata
export class OutputMetadata
exported from angular2/core defined in angular2/src/core/metadata/directives.ts (line 1007)
Declares an event-bound output property.
When an output property emits an event, an event handler attached to that event the template is invoked.
OutputMetadata
takes an optional parameter that specifies the name
used when instantiating a component in the template. When not provided,
the name of the decorated property is used.
Example
Constructor
constructor(bindingPropertyName?: string)
constructor(bindingPropertyName?: string)
Not Yet Documented
Members
bindingPropertyName : string
bindingPropertyName : string
Not Yet Documented