The Wayback Machine - https://web.archive.org/web/20250312161417/https://angular.dev/api/core/ForwardRefFn
    • Overview
@angular/core

ForwardRefFn

interface

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

API

  
    interface ForwardRefFn {  (): any;}
  
  

any
@returnsany

Usage Notes

Example

          
const ref = forwardRef(() => Lock);
Jump to details
HTTPS · web.archive.org
← Home