• Overview

This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/core

resolveForwardRef

function

Lazily retrieves the reference value from a forwardRef.

  
    function resolveForwardRef<T>(  type: T): T;
  
  

resolveForwardRef

T

Lazily retrieves the reference value from a forwardRef.

Acts as the identity function when given a non-forward-ref value.

@paramtypeT
@returnsT
Jump to details