ForwardRefFn

export interface ForwardRefFn

exported from angular2/core defined in angular2/src/core/di/forward_ref.ts (line 1)

An interface that a function passed into forwardRef has to implement.

Example

var ref = forwardRef(() => Lock);